giftcard-hub-api
0
This project provides a Model Context Protocol server for the GiftCard-Hub API by VTEX, designed to facilitate multi-agent conversations. It offers features like linting, static analysis, testing, and configurability, making it versatile for development and deployment.
MCP Server Overview
- An auto-generated MCP (Multi-Agent Conversation Protocol) Server for the GiftCard-Hub API by VTEX based on OpenAPI specifications.
- Utilizes Python 3.9+, pip, and uv for installation and setup.
- Supports
ruff
for linting and formatting,mypy
for static type checking, andpytest
for testing. - Pre-commit hooks are configured for code quality checks.
- The server can run in various transport modes, like
stdio
andsse
, and is configurable via JSON files and environment variables. - Uses Hatch for building and publishing the project.