historische--daten
0
This project is an MCP (Multi-Agent Conversation Protocol) Server created using AG2's MCP builder. It is designed to facilitate multi-agent conversations by utilizing OpenAPI specifications.
MCP Server Overview
- This project is an MCP (Multi-Agent Conversation Protocol) Server.
- Generated using AG2's MCP builder based on OpenAPI URL.
- Prerequisites: Python 3.9+, pip, uv.
- Development Tools: Uses
ruff
for linting,mypy
for static type checking, andpytest
for testing. - Running the Server: Can be started with different transport modes (e.g.,
stdio
,sse
). Configured via environment variables. - Building and Publishing: Uses Hatch for building and publishing.