A2A-MCP-Server
A mcp server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.
GitHubスター
90
ユーザー評価
未評価
お気に入り
0
閲覧数
14
フォーク
16
イシュー
2
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Python: 3.6以上
pip: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/GongRzhe/A2A-MCP-Server.git
cd A2A-MCP-Server
2. 仮想環境の設定
bash
python -m venv .venv
source .venv/bin/activate # Windowsの場合: .venv\Scripts\activate
3. 依存関係のインストール
bash
pip install -r requirements.txt