gauhati-university
0
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for multi-agent communication using OpenAPI specifications. It features robust development practices including static analysis, linting, and testing, and supports multiple transport modes for server communication.
Overview
- MCP (Multi-Agent Conversation Protocol) Server auto-generated using AG2's MCP builder.
- Supports OpenAPI URL for server communication.
- Prerequisites: Python 3.9+, pip, uv.
- Dependencies installed via pip or uv.
- Development includes usage of
ruff
,mypy
,pytest
. - Employs pre-commit hooks for code quality.
- Supports transport modes such as
stdio
andsse
. - Configurable via environment variables and JSON files.
- Built and published using Hatch.