authentication
0
This is an MCP Server developed using AG2's builder, designed to facilitate conversations based on a specified OpenAPI URL. It supports multiple transport modes and includes robust development and deployment tools.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server auto-generated for an OpenAPI URL using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the directory.
- Install dependencies.
Development
The project utilizes ruff
for linting, mypy
for static type checking, and pytest
for testing, with additional scripts for static analysis and testing coverage.
Running the Server
The server supports different transport modes and is configurable via environment variables.
Building and Publishing
Hatch is used for building and publishing.