amazon-workmail-message-flow
0
The MCP Server is designed as a Multi-Agent Conversation Protocol Server taking advantage of a specific OpenAPI URL. It includes robust development tools for linting, testing, and supports configurations and pre-commit hooks to streamline development and deployment processes.
MCP Server
- A Multi-Agent Conversation Protocol Server using the specified OpenAPI URL for Amazon WorkMail Message Flow.
- Auto-generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the directory.
- Install dependencies using provided scripts or pip/uv commands.
Development Tools
- Uses
ruff
for linting,mypy
for static type checking, andpytest
for testing.
Running the Server
- Start using the main.py script with various transport modes like
stdio
,sse
. - Configurable via environment variables.
Build and Publish
- Uses Hatch for these operations with corresponding scripts.