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. 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.