correntlyio

correntlyio

0

This project is an MCP Server designed to handle multi-agent conversation protocols using a specified OpenAPI URL. It is generated with AG2's MCP builder and offers various development utilities and configuration options.

MCP Server

  • The project is an MCP (Multi-Agent Conversation Protocol) Server for a specified OpenAPI URL. It was auto-generated using AG2's MCP builder.
  • Prerequisites: Requires Python 3.9+, pip, and uv.
  • Installation: Clone the repository, and run the setup script to install dependencies.
  • Development: Utilizes ruff for linting, mypy for static type checking, and pytest for testing. Includes linting, formatting, static analysis, and testing scripts.
  • Running the Server: Can be started using different transport modes such as stdio, configured via environment variables.
  • Building and Publishing: Uses Hatch for building and publishing, with scripts for these operations.