gmail-postmaster-tools-api
0
The MCP Server project is a Multi-Agent Conversation Protocol Server for specific OpenAPI implementations, auto-generated using AG2's tools. It provides support for various transport modes and can be configured using environment variables.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server designed to interface with the specified OpenAPI URL. It is auto-generated using AG2's MCP builder and requires Python 3.9+, pip, and uv.
Features
- Supports different transport modes like stdio and sse.
- Configurable via environment variables for customization, including security parameters.
Installation
- Clone the repository and install dependencies using pip or uv.
Development
- Utilizes
ruff
for linting,mypy
for static type checking, andpytest
for testing.
Running the Server
- Start the server with various modes. Configuration can be adjusted using JSON files.
Building and Publishing
- Uses Hatch for building and publishing.