cloud-dataplex-api
0
The project is an MCP Server that allows for multi-agent conversational protocols using a provided OpenAPI URL. It offers automated setup and deployment using AG2's MCP builder and supports various transport modes for flexibility.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server for a specified OpenAPI URL, generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the folder.
- Install dependencies with pip or uv.
Development
- Uses
ruff
for linting andmypy
for type checking. - Testing is done with
pytest
.
Running Tests
Commands are provided to run tests and generate coverage reports.
Running the Server
The server supports various transport modes and can be configured with environment variables.
Building and Publishing
Hatch is used to build and publish the project.