cloud-trace-api
If you are the rightful owner of cloud-trace-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 conversation protocols by leveraging the OpenAPI specifications provided by Google Cloud Trace. It is built using Python 3.9+ and requires pip and uv for installation. The server supports various transport modes such as stdio and sse, and can be configured using environment variables or JSON configuration files. The project includes tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. Pre-commit hooks are also set up to automate these checks before each commit. The server can be started using a simple command and is designed to be easily integrated into different platforms. Additionally, the project uses Hatch for building and publishing, streamlining the deployment process.
Features
- Supports multiple transport modes (stdio, sse)
- Configurable via environment variables and JSON files
- Includes tools for linting, formatting, and static analysis
- Automated testing with coverage reports
- Pre-commit hooks for code quality assurance