amazon-connect-service
0
This project is an MCP Server designed to facilitate multi-agent conversation protocols. It features various transport modes for server operation and includes robust setup, development, and publication processes.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository.
- Install dependencies using the provided setup script or via pip.
Development
- Linting and formatting: Uses
ruff
. - Static analysis with
mypy
,bandit
, andsemgrep
. - Testing: Run tests with
pytest
. - Pre-commit hooks are available.
Running the Server
The server can be started using various transport modes such as stdio
and sse
.
Building and Publishing
Utilizes Hatch for managing build and publish tasks.