cloud-dataproc-api
0
The MCP Server project is a Multi-Agent Conversation Protocol server that integrates with OpenAPI. It is generated using AG2's MCP builder and can operate in various modes with configurable settings.
MCP Server
This project offers a Multi-Agent Conversation Protocol (MCP) Server based on a provided OpenAPI URL. Key prerequisites include Python 3.9+, pip, and uv.
Installation
- Clone the repository and install dependencies using pip or uv.
Development
- Utilizes
ruff
for linting,mypy
for type checking, andpytest
for testing. - Contains pre-commit hooks for automated checks.
Running the Server
- Can be started with different transport modes and configured using environment variables.
Building and Publishing
- Uses Hatch for building and publishing the project.