amazon-workmail
0
This project is an MCP Server designed to facilitate multi-agent conversation protocol interactions. It offers flexible configuration, supports various transport modes, and includes robust development tools like linting and static analysis.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server, autogenerated using AG2's MCP builder. It requires Python 3.9+ and pip for installation, with support for uv. The server can handle different transport modes like stdio and sse and is configurable with JSON configuration files or environment variables for security settings.
Key Features
- Uses
ruff
for linting,mypy
for static type checking, andpytest
for testing. - Development environment supported by pre-commit hooks for automation.
- Built and published using Hatch tool.
Usage
To start the server, use the mcp_server/main.py
script in stdio mode. Check the main script for configuration details.