admin-sdk-api

admin-sdk-api

0

This project is an MCP Server designed to manage multi-agent conversation protocols. It utilizes AG2's MCP builder for auto-generation and is geared towards developers needing a robust server framework.

MCP Server

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

Prerequisites

  • Python 3.9+
  • pip and uv

Installation

  1. Clone the repository and navigate to the directory.
  2. Install dependencies using the devcontainer setup script or manually with pip or uv.

Development

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

Running the Server

The server can be started using a script and supports different transport modes.

  • Configurable via environment variables.

Building and Publishing

Hatch is used for building and publishing the project.