cloud-filestore-api
0
This project is a Multi-Agent Conversation Protocol (MCP) Server auto-generated for a specific OpenAPI URL, designed for handling multi-agent conversation protocols efficiently. It supports multiple development tools and configuration options, allowing users to start and interact with the server programmatically.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server for a specified OpenAPI URL, auto-generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository.
- Install dependencies using a script or manually.
Development
The project uses tools like ruff
for linting and formatting, mypy
for static analysis, and pytest
for testing.
Running the Server
The server can be started using the mcp_server/main.py
script and can be configured with environment variables.
Building and Publishing
Hatch is used for building and publishing the project.