archive-api

archive-api

0

The MCP Server project provides a Multi-Agent Conversation Protocol Server generated from a specified OpenAPI URL. It offers features for easy installation, development support, and server operation modes with comprehensive configurability and build/publish functionality.

MCP Server

This project is an MCP (Multi-Agent Conversation Protocol) Server created from an OpenAPI URL. It requires Python 3.9+, pip, and uv to operate. Features include:

  • Installation through provided scripts.
  • Development tools such as ruff for linting, mypy for static type checking, and pytest for testing.
  • Pre-commit hooks for automated checks before commits.
  • Server operation via the mcp_server/main.py script supporting various transport modes.
  • Configurability through environment variables.
  • Build and publish capabilities using Hatch.