gateway
If you are the rightful owner of gateway and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by the NDHM Gateway, auto-generated using AG2's MCP builder.
The MCP Server is a robust and flexible server implementation that facilitates multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is specifically tailored for the OpenAPI specification provided by the NDHM Gateway. The server is built using Python 3.9+ and leverages modern development tools such as ruff for linting, mypy for static type checking, and pytest for testing. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different communication needs. It is highly configurable through environment variables and JSON configuration files, allowing for easy adaptation to different deployment environments. The project also includes comprehensive testing and pre-commit hooks to ensure code quality and reliability. With its structured approach to development and deployment, the MCP Server is an ideal solution for developers looking to implement multi-agent communication systems efficiently.
Features
- Supports multiple transport modes: stdio, SSE, and streamable HTTP.
- Highly configurable through environment variables and JSON files.
- Includes pre-commit hooks for maintaining code quality.
- Utilizes modern development tools for linting, static analysis, and testing.
- Comprehensive testing suite with coverage reports.