amazon-connect-contact-lens
0
The MCP Server is designed to facilitate multi-agent conversations adhering to specified OpenAPI rules. Developed with AG2's MCP builder, it features comprehensive tools for development and robust configuration and deployment options.
MCP Server
This project is a Multi-Agent Conversation Protocol (MCP) Server developed for an OpenAPI specification URL. Created using AG2's MCP builder, the server supports various development tools for linting, testing, and static analysis. It can be configured using JSON files and environment variables and includes pre-commit hooks to maintain code quality.
Prerequisites
- Python 3.9+
- pip and uv
Development
- Utilizes ruff for linting and formatting
- Static analysis with mypy, bandit, semgrep
- Testing with pytest
Running the Server
The server supports different transport modes like stdio
and sse
. Configuration can be adjusted using environment variables.