keyserv
0
This project is an MCP Server, auto-generated for a specific OpenAPI specification. It facilitates multi-agent conversation protocols with flexible transport modes and includes pre-commit hooks and testing tools for development.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for a specific OpenAPI URL, generated using AG2's MCP builder.
Features
- Python 3.9+ required
- Supports stdio and sse transport modes
Installation and Setup
- Clone the repository and navigate to it
- Use provided scripts to install dependencies
Development
- Utilizes
ruff
for linting and formatting - Employs
mypy
for static type checking - Tests managed via
pytest
- Pre-commit hooks are implemented for streamlined development
Usage
- Server configuration via environment variables
- Use
hatch
for building and publishing