api-isendpro
0
The MCP Server project is designed to facilitate multi-agent conversations following the Multi-Agent Conversation Protocol. It provides robust tooling for development and quick setup using an auto-generated OpenAPI specification.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server built with the auto-generation tools of AG2's MCP builder. It is based on a particular OpenAPI URL and utilizes Python 3.9 or higher. The project features comprehensive development tools including linting with ruff
, static type checking with mypy
, and testing with pytest
. The server supports various transport modes such as stdio
and sse
, and can be configured via environment variables or JSON files. Building and publishing are managed using Hatch.