product-library-api
If you are the rightful owner of product-library-api 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 iZettle, auto-generated using AG2's MCP builder.
The MCP Server project is a robust implementation of the Multi-Agent Conversation Protocol, specifically tailored for the OpenAPI specifications of iZettle's product API. This server facilitates seamless communication between multiple agents, enabling efficient data exchange and interaction. Built with Python 3.9+, the server leverages modern development tools and practices, ensuring high performance and reliability. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different application needs. With a focus on development efficiency, the project incorporates tools for linting, formatting, static analysis, and testing, ensuring code quality and maintainability. The server is easily configurable through environment variables, allowing for flexible deployment in diverse environments. Additionally, the project supports pre-commit hooks to enforce code standards and prevent common errors before they reach the main codebase.
Features
- Supports multiple transport modes: stdio, SSE, and streamable HTTP.
- Incorporates modern development tools like ruff, mypy, and pytest for code quality.
- Easily configurable through environment variables for flexible deployment.
- Pre-commit hooks to enforce code standards and prevent errors.
- Comprehensive testing with coverage reports to ensure reliability.