OpenPetsHQ/openpets--packages-dsh1.2k

@open-pets/dsh

Local first, desktop companion platform with animated pets, plugin SDK and coding-agent integrations.

AI 分析

核心用途是将 OpenPets 作为 MCP 工具接入智能体。适合希望在开发或日常使用中引入动画桌面宠物伴侣及相关集成工具的用户。

パッケージ
@open-pets/dsh
バージョン
3.5.0
ライセンス
MIT
最終更新
2026/09/02

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:OpenPetsHQ/openpets#39ba8c539b4a628bcfbc94cdbb2ce4e2bdb9f10b&path:packages/dsh

ドキュメント

README 全文を読む ↗

MCP Server Configuration

To run OpenPets as an MCP tool, add the server to your agent's configuration:

{
  "mcpServers": {
    "openpets": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@open-pets/mcp@latest"]
    }
  }
}

Tip: To target a specific pet, pass the --pet argument.