aws-proton
If you are the rightful owner of aws-proton and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by Amazon AWS Proton, auto-generated using AG2's MCP builder.
The MCP Server is a robust and flexible server designed to facilitate multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is built to work with the OpenAPI specification provided by Amazon AWS Proton, ensuring seamless integration and communication between different agents. The server is developed in Python and requires version 3.9 or higher, along with necessary dependencies managed through pip or uv. The server supports various transport modes, including stdio, sse, and streamable-http, allowing it to adapt to different communication needs. It is equipped with tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. The server can be configured using environment variables, providing flexibility in deployment and operation. Additionally, it supports pre-commit hooks to maintain code integrity before changes are committed.
Features
- Supports multiple transport modes: stdio, sse, and streamable-http.
- Configurable via environment variables for flexible deployment.
- Includes tools for linting, formatting, static analysis, and testing.
- Pre-commit hooks to ensure code quality before commits.
- Built using Python 3.9+ with dependencies managed via pip or uv.