files
0
This project is an MCP (Multi-Agent Conversation Protocol) Server, designed to handle multi-agent conversations using specified OpenAPI standards. It is built using advanced tools for linting, testing, and type checking.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server generated using AG2's MCP builder. It requires Python 3.9+, pip, and uv for installation. Developers can install dependencies using the provided setup script or manually. The server uses ruff
for linting, mypy
for type checking, and pytest
for testing. The server supports various transport modes like stdio
and sse
, and configuration is managed via environment variables, including security settings.