cloud-domains-api
0
This project is an MCP Server designed for handling multi-agent conversations using an auto-generated protocol. It is built for developers using Python and employs a range of development tools for testing, static analysis, and code formatting.
Overview
- MCP Server: A Multi-Agent Conversation Protocol Server generated using AG2's MCP builder.
- Prerequisites: Requires Python 3.9+, pip, and uv.
- Installation: Clone the repository and install dependencies.
- Development Tools: Utilizes ruff for linting, mypy for static analysis, and pytest for testing.
- Running the Server: Start using the main.py script in various transport modes.
- Configuration: Supports environment variable configuration.
- Building and Publishing: Uses Hatch for managing builds and publications.