chrome-ux-report-api
0
The MCP Server project is designed for handling Multi-Agent Conversation Protocol tasks. It is auto-generated and supports various development, testing, and deployment tools, facilitating easy setup and maintenance of server functionalities.
MCP Server
- MCP (Multi-Agent Conversation Protocol) Server for the OpenAPI URL provided.
- Automatically generated using AG2's MCP builder.
- Prerequisites: Python 3.9+, pip, uv.
- Installation: Clone repository and install dependencies using provided scripts.
- Development:
- Uses
ruff
for linting and formatting,mypy
for static type checking,pytest
for testing. - Pre-commit hooks are in use.
- Uses
- Running: Server starts with various transport modes and can be configured via environment variables.
- Building/Publishing: Uses Hatch with provided scripts for automated tasks.