google-my-business-api
0
This project is an MCP Server facilitating multi-agent conversations using a predefined OpenAPI URL. It features comprehensive development tools and customizable configuration for flexible server operation.
Overview
This project is an MCP (Multi-Agent Conversation Protocol) Server designed for interfacing with a specific OpenAPI URL. It is auto-generated using AG2's MCP builder and requires Python 3.9+, pip, and uv. The project includes facilities for development such as linting, static analysis, testing, and pre-commit hooks. It can be configured via environment variables and supports multiple transport modes. Key features include:
- Installation of dependencies using pip or uv.
- Development tools like ruff for linting, mypy for type checking, and pytest for testing.
- Ability to start the server with configurable transport modes.
- Server customization via JSON configuration files or environment variables.
- Build and publish using Hatch.