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/08/18

インストール

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