mcp-server-mas-sequential-thinking

An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.

GitHubスター

244

ユーザー評価

未評価

お気に入り

0

閲覧数

23

フォーク

29

イシュー

14

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

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンは以下の通りです。
Python: 3.10以上
Agnoフレームワーク: 最新版

インストール手順

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

bash
git clone https://github.com/FradSer/mcp-server-mas-sequential-thinking
cd mcp-server-mas-sequential-thinking

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

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python main.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係が正しくインストールされていることを確認してください。

追加リソース