essential-contacts-api
This project is an MCP Server that acts as a Multi-Agent Conversation Protocol server generated from an OpenAPI configuration. Its primary function is to manage and facilitate multi-agent conversations through various transport modes, offering configuration flexibility via JSON and environment variables.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server for the specified OpenAPI URL. It requires Python 3.9+, pip, and uv for building and running the server. The server supports various transport modes such as stdio and sse and can be configured using JSON files and environment variables. The development environment utilizes tools like ruff for linting, mypy for static type checking, and pytest for testing. The server can be started using a command line interface and is integrated with pre-commit hooks for code quality checks. Hatch is used for building and publishing.