world-time-api
If you are the rightful owner of world-time-api 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, auto-generated using AG2's MCP builder.
The MCP Server project is a sophisticated implementation of the Multi-Agent Conversation Protocol, specifically tailored for the OpenAPI specification available at the given URL. It is built to facilitate seamless communication between multiple agents by leveraging the capabilities of the MCP framework. The server is developed in Python and requires version 3.9 or higher, ensuring compatibility with modern Python features. The project emphasizes robust development practices, including linting, static analysis, and comprehensive testing, to maintain high code quality and reliability. The server supports various transport modes, such as stdio, sse, and streamable-http, providing flexibility in how it can be deployed and interacted with. Configuration is highly customizable through environment variables, allowing users to tailor the server's behavior to their specific needs. The project also integrates pre-commit hooks to enforce code standards and uses Hatch for building and publishing, streamlining the development and deployment process.
Features
- Supports multiple transport modes (stdio, sse, streamable-http) for flexible deployment.
- Utilizes ruff for linting and formatting, ensuring code quality.
- Incorporates mypy for static type checking, enhancing code reliability.
- Includes comprehensive testing with pytest and coverage reporting.
- Customizable configuration via environment variables for tailored server behavior.