google-forms-api

google-forms-api

0

The MCP Server project is a Multi-Agent Conversation Protocol server auto-generated with AG2's MCP builder for working with OpenAPI specifications. It offers extensive development tooling including linting, testing, and publishing capabilities.

MCP Server\n\nThis project is a Multi-Agent Conversation Protocol Server that uses an OpenAPI URL for communication.\n\n### Prerequisites\n- Python 3.9+\n- pip and uv\n\n### Installation\n1. Clone the repository and navigate to the directory.\n2. Install dependencies using pip or uv for editing.\n\n### Development\n- Uses ruff for linting and formatting.\n- Employs mypy for static type checking and pytest for testing.\n- Pre-commit hooks ensure code quality.\n\n### Running the Server\n- Start the server using the main script, supporting different transport modes like stdio, sse.\n- Configure via environment variables.\n\n### Building and Publishing\n- Build and publish using Hatch.