airbyte-configuration-api
0
This project is an MCP (Multi-Agent Conversation Protocol) Server designed to support multi-agent conversations through various transport modes. It facilitates configuration via JSON and environment variables and offers comprehensive development tools for a streamlined setup.
Overview
An MCP (Multi-Agent Conversation Protocol) Server project that facilitates multi-agent interactions using a specified OpenAPI URL. The server is configured through JSON and environment variables, and includes support for various transport modes like stdio
and sse
. Prerequisites include Python 3.9+ and pip.
Key Features
- Uses AG2's MCP builder for automatic generation.
- Provides pre-configured scripts for setting up development, running linting and static analysis, and conducting tests.
- Offers tools for building and publishing using Hatch.
Usage
- Clone the repository and install dependencies.
- Develop using provided scripts for linting, static analysis, and testing.
- Start the server using custom configurations for multi-agent interactions.