arespass

arespass

0

This project is an MCP Server generated using AG2's MCP builder, designed to handle multi-agent conversation protocols. It provides tools for linting, testing, and managing server operations in various transport modes.

MCP Server

This project is an MCP (Multi-Agent Conversation Protocol) Server, auto-generated using AG2's MCP builder for the OpenAPI URL provided.

Prerequisites

  • Python 3.9+
  • pip and uv

Development

  • Uses ruff for linting and formatting.
  • mypy for static type checking.
  • pytest for testing.

Running the Server

  • Start the server using different transport modes like stdio or sse.

Building and Publishing

  • Uses Hatch for building and publishing.