endpoints

endpoints

0

The project is an MCP Server designed to facilitate multi-agent conversation protocols with support for various transport modes. It is development-friendly with tools for linting, static analysis, and testing.

MCP Server

This project is an MCP (Multi-Agent Conversation Protocol) Server auto-generated using AG2's MCP builder for a specified OpenAPI URL. It requires Python 3.9+, pip, and uv for setup. The server supports different transport modes such as stdio and sse. Development tools include ruff for linting, mypy for static analysis, and pytest for testing. It also supports pre-commit hooks and uses Hatch for building and publishing.