amazon-redshift
0
The MCP Server is a Multi-Agent Conversation Protocol Server designed to facilitate conversational interactions using a specified OpenAPI URL. It offers versatility in transport modes and configuration, ensuring compatibility with various systems.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for interaction with the given OpenAPI URL. It is auto-generated using AG2's MCP builder. The server supports different transport modes such as stdio and sse, and can be configured using environment variables for custom settings.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the directory.
- Install dependencies using the provided setup.sh script or manually with pip and uv.
Development
- Uses ruff for linting, mypy for static type checking, and pytest for testing.
- Includes scripts and pre-commit hooks for linting, formatting, and testing.
Building and Publishing
- Utilizes Hatch for building and publishing the project.