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.