lh-public-api
0
The MCP Server project is a multi-agent conversation protocol server that supports OpenAPI interactions. It is customizable via environment variables and provides tools for development and testing.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for auto-generated OpenAPI interactions. It requires Python 3.9+, pip, and uv for setup. The server can be started in various modes like stdio and sse and is configurable through environment variables for enhanced flexibility. Development utilities include tools like ruff
for linting, mypy
for static analysis, and pytest
for testing. The project relies on pre-commit hooks and supports building and publishing through Hatch.