alvinunreal/openpets--packages-dsh1.1k

@open-pets/dsh

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

AI 분석

核心用途是将桌面宠物平台作为 MCP 工具接入智能体。适合需要桌面动画宠物互动及编码辅助集成的用户。

패키지
@open-pets/dsh
버전
3.3.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alvinunreal/openpets#042844d8e3cd43d8984a2742865d100c3a7be4a4&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.