OpenPetsHQ/openpets--packages-dsh1.2k

@open-pets/dsh

具有动画宠物、插件 SDK 和编码智能体集成的本地优先桌面伴侣平台。

AI 分析

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

套件
@open-pets/dsh
版本
3.5.0
授權
MIT
最近更新
2026年9月2日

安裝

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

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.