google-play-game-services-publishing-api
0
This project is an MCP (Multi-Agent Conversation Protocol) Server designed to facilitate communication using various transport modes. It leverages AG2's MCP builder and supports Python 3.9+.
Overview
This project is an MCP (Multi-Agent Conversation Protocol) Server generated from the OpenAPI specification at a provided URL using AG2's MCP builder.
Features
- Supports multiple transport modes (e.g., stdio, sse)
- Configurable with JSON files or environment variables
- Uses Python 3.9+ with dependencies handled via pip or
uv
Development
- Linting with
ruff
, static type checking withmypy
, testing withpytest
- Pre-commit hooks for code quality checks
Installation
- Clone the repository
- Install dependencies using the provided setup script or pip
Usage
- Start the server using the given script and configure using JSON configuration files or environment variables.