OpenPetsHQ/openpets--packages-dsh ↗★ 1.2k
@open-pets/dsh
Local first, desktop companion platform with animated pets, plugin SDK and coding-agent integrations.
AI 분석
核心用途是将 OpenPets 作为 MCP 工具接入智能体。适合希望在开发或日常使用中引入动画桌面宠物伴侣及相关集成工具的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:OpenPetsHQ/openpets#39ba8c539b4a628bcfbc94cdbb2ce4e2bdb9f10b&path:packages/dshMCP 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.