cloud-search-api
0
The MCP Server project provides a multi-agent conversation protocol server designed to work with a specific OpenAPI URL. It features extensive development tools for linting, type checking, and testing, along with comprehensive setup and configuration options.
Overview
- Project Name: MCP Server
- Description: This project is an MCP (Multi-Agent Conversation Protocol) Server auto-generated using AG2's MCP builder, designed to work with a specific OpenAPI URL.
- Prerequisites: Requires Python 3.9+, pip, and uv.
- Installation: Clone the repository and install dependencies using the provided setup script or manually.
- Development Tools: Utilizes
ruff
for linting and formatting,mypy
for static type checking, andpytest
for testing. - Running the Server: Can be started using different transport modes via a main script with configurable environment variables for customization.
- Building and Publishing: Uses Hatch for the build and publish process.