smart-pet-with-mcp

一个桌宠形式的mcp client,可以对接任意mcp server,配合测试的mcp server 开源地址:https://github.com/shijianzhong/mcp-server-for-pc

GitHub Stars

57

User Rating

Not Rated

Favorites

0

Views

28

Forks

9

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

インストール方法

前提条件

Node.js: 16以上
pnpm: 7以上
Docker: FunASRを実行するために必要

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/shijianzhong/smart-pet-with-mcp.git
cd smart-pet-with-mcp

2. 依存関係のインストール

bash
pnpm install

3. 開発環境の起動

bash
pnpm start

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。

Additional Resources