cloud-debugger-api
0
The project is an MCP Server designed for managing multi-agent conversations using a specific OpenAPI URL. It supports various development tools for code quality and can be configured for different use cases.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for an OpenAPI URL. It is autogenerated using AG2's MCP builder. The server can be configured for different transport modes and supports various development tools like linting, static analysis, and testing.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository
- Install dependencies using the setup script or manually
Development
- Uses
ruff
for linting,mypy
for type checking, andpytest
for testing - Pre-commit hooks for automated checks
Running the Server
- Start with different transport modes like stdio
- Configurable via environment variables
Building and Publishing
- Uses Hatch for building and publishing