aws-shield
This is an MCP Server project generated using AG2's MCP builder. It operates with a provided OpenAPI URL and supports transport modes such as stdio and sse. Development tools include `ruff`, `mypy`, and `pytest`, and the project uses Hatch for building and publishing.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server generated using AG2's MCP builder. It is designed to operate with a specific OpenAPI URL. Key features include linting, formatting, static type checking, and testing using tools like ruff
, mypy
, and pytest
. This server can be configured using environment variables and supports different transport modes. It uses Hatch for building and publishing.
Prerequisites
- Python 3.9+
- pip and uv
Development
This project uses ruff
for linting and formatting, mypy
for static type checking, and pytest
for testing.
Running the Server
The MCP server can be started using a script that supports different transport modes.