Generates a Multi-Agent Conversation Protocol (MCP) server from an OpenAPI specification.
This project provides an auto-generated Multi-Agent Conversation Protocol (MCP) server, designed to integrate with any given OpenAPI URL. Built using AG2's MCP builder, it streamlines the creation of interactive agent-based systems, enabling complex conversations and interactions based on defined API specifications.
Key Features
01Auto-generates an MCP Server from an OpenAPI specification
02Supports multiple transport modes (e.g., stdio, SSE, streamable-HTTP)
03Configurable through environment variables or JSON files
04Integrates development best practices including linting, formatting, static analysis, and testing
05Facilitates project building and publishing via Hatch