alvinunreal/openpets--packages-dsh ↗★ 1.1k
@open-pets/dsh
具有动画宠物、插件 SDK 和编码智能体集成功能的本地优先桌面伴侣平台。
AI 分析
核心用途是将桌面宠物平台作为 MCP 工具接入智能体。适合需要桌面动画宠物互动及编码辅助集成的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alvinunreal/openpets#042844d8e3cd43d8984a2742865d100c3a7be4a4&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.