otoroshi-admin-api
If you are the rightful owner of otoroshi-admin-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 for the given OpenAPI URL, auto-generated using AG2's MCP builder.
The MCP Server is designed to facilitate multi-agent conversations by leveraging the OpenAPI specifications provided at a given URL. It is built using Python 3.9+ and is equipped with various tools for development, testing, and deployment. The server supports different transport modes, making it versatile for various applications. It is configured to use environment variables for easy customization and security management. The server is also integrated with pre-commit hooks to ensure code quality and consistency. With a focus on automation and ease of use, the MCP Server is a robust solution for managing complex conversational protocols.
Features
- Supports multiple transport modes including stdio, sse, and streamable-http.
- Integrated with pre-commit hooks for maintaining code quality.
- Utilizes ruff for linting and formatting, and mypy for static type checking.
- Configurable via environment variables for flexibility and security.
- Automated testing and coverage reporting using pytest.