mcp-agent

Lightweight, focused utilities to manage connections and execute MCP tools with minimal integration effort. Use it to directly call tools or build simple agents within your current architecture.

GitHubスター

13

ユーザー評価

未評価

お気に入り

0

閲覧数

73

フォーク

1

イシュー

0

インストール方法
難易度
初級
推定所要時間
5-10

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.7以上
pip: 最新版

インストール手順

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

bash
git clone https://github.com/lastmile-ai/mcp-agent.git
cd mcp-agent

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

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python -m mcp_agent.server

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: エージェントが機能しない 解決策: 設定ファイルの構文を確認してください。

追加リソース