amazon-personalize-events
If you are the rightful owner of amazon-personalize-events 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 Personalize Events, auto-generated using AG2's MCP builder.
The MCP Server is a robust and flexible server implementation that facilitates multi-agent conversation protocols. It is specifically designed to work with the OpenAPI specification provided by Amazon AWS Personalize Events. The server is built using Python 3.9+ and leverages modern development tools such as ruff for linting, mypy for static type checking, and pytest for testing. The server supports various transport modes, including stdio, sse, and streamable-http, making it versatile for different communication needs. It is highly configurable through environment variables and JSON configuration files, allowing for easy customization and integration into existing systems. The server also includes pre-commit hooks to ensure code quality and consistency across the development team.
Features
- Supports multiple transport modes (stdio, sse, streamable-http) for flexible communication.
- Highly configurable using environment variables and JSON configuration files.
- Includes pre-commit hooks for maintaining code quality and consistency.
- Utilizes modern development tools like ruff, mypy, and pytest for a streamlined development process.
- Built with Python 3.9+, ensuring compatibility with the latest Python features and libraries.