benefits-intake
0
This project is an MCP Server designed for handling multi-agent conversations using an OpenAPI specification. It features tools for development and testing, supports multiple transport modes, and offers flexible configuration options.
MCP Server
- An MCP (Multi-Agent Conversation Protocol) Server auto-generated for the VA benefits OpenAPI URL.
- Utilizes Python 3.9+, pip, and uv.
- Installation involves cloning the repository and installing dependencies.
- Development tools include ruff for linting, mypy for static type checking, and pytest for testing.
- Pre-commit hooks are used for ensuring code quality before commits.
- The server can run in different transport modes and is configurable via JSON files or environmental variables.
- Building and publishing utilize Hatch.