accountants-general-tripura
0
This project is a server implementation using the Multi-Agent Conversation Protocol, generated for a specific OpenAPI URL. It includes features for development, testing, and deployment, emphasizing configuration and security through environment variables.
MCP Server Overview
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for a specified OpenAPI URL. It is auto-generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the
mcp-server
directory. - Install dependencies using a provided script or manual pip command.
Development
- Linting and formatting with
ruff
- Static type checking with
mypy
- Testing with
pytest
Running the Server
- The server runs with various modes like
stdio
. - Configurable via environment variables for path, JSON configurations, and security parameters.
Building and Publishing
- Uses Hatch for these tasks, with scripts available for automation.