google-play-integrity-api
The MCP Server project is designed to facilitate multi-agent conversations using a protocol compatible with specific OpenAPI URLs. It supports various modes of transport and offers extensive development and deployment capabilities.
MCP Server
This project is an MCP (Multi-Agent Conversation Protocol) Server for the OpenAPI URL https://api.apis.guru/v2/specs/googleapis.com/playintegrity/v1/openapi.json, generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate to the directory.
- Install dependencies with pip or uv.
Development
The project utilizes ruff for linting, mypy for static type checking, and pytest for testing. Includes scripts for linting, formatting, and running tests.
Running the Server
The server supports transport modes like stdio and sse. Configuration can be done via JSON files or environment variables.
Building and Publishing
Uses Hatch for building and publishing the project.