cloud-trace-api
0
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for integration with Google's cloud trace services, using OpenAPI specifications. It focuses on efficient multi-agent communication and configuration through environment variables.
MCP Server Overview
This project is an MCP (Multi-Agent Conversation Protocol) Server using OpenAPI for Google's cloud trace. It is auto-generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and install dependencies using provided scripts.
Development Tools
- Linting:
ruff
- Static Type Checking:
mypy
- Testing:
pytest
Running the Server
- Uses mcp_server/main.py with different transport modes like stdio and sse.
- Configurable with environment variables.
Building and Publishing
- Utilize Hatch for building and publishing.