configcat-public-management-api
If you are the rightful owner of configcat-public-management-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 by ConfigCat, auto-generated using AG2's MCP builder.
The MCP Server project is a robust implementation of the Multi-Agent Conversation Protocol, specifically tailored for the OpenAPI specifications of ConfigCat. It is designed to facilitate seamless communication between multiple agents by leveraging the OpenAPI standards. The server is built using Python 3.9+ and is equipped with a suite of development tools to ensure high code quality and maintainability. The project supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different deployment scenarios. With a focus on ease of development, the project includes comprehensive scripts for linting, testing, and static analysis, ensuring that the codebase remains clean and efficient. Additionally, the server can be configured using environment variables, allowing for flexible deployment configurations.
Features
- Supports multiple transport modes: stdio, SSE, and streamable HTTP.
- Comprehensive development tools including linting, static analysis, and testing.
- Configurable via environment variables for flexible deployment.
- Pre-commit hooks to ensure code quality before commits.
- Built-in support for building and publishing using Hatch.