brain-web-api
0
This project is an MCP Server created for a specific OpenAPI, utilizing AG2's MCP builder. It is equipped with development tools like `ruff` and `mypy` for code quality assurance, and it supports various configuration options and transport modes.
Overview
- MCP (Multi-Agent Conversation Protocol) Server project generated for a specified OpenAPI URL.
- Built using the AG2's MCP builder.
- Key features include linting, formatting, static type checking with
ruff
,mypy
, and testing withpytest
. - Installation requires Python 3.9+, pip, and uv.
- The server supports different transport modes such as
stdio
andsse
and is configurable via environment variables. - Building and publishing are handled with Hatch.