cloud-debugger-api

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

  1. Clone the repository
  2. Install dependencies using the setup script or manually

Development

  • Uses ruff for linting, mypy for type checking, and pytest 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