aws-codecommit
0
The project is an MCP (Multi-Agent Conversation Protocol) Server generated for a specific OpenAPI URL using AG2's MCP builder. It supports various transport modes, is configurable, and utilizes modern development practices like pre-commit hooks and static analysis.
MCP Server
This project is an MCP Server for a predefined OpenAPI URL, automatically generated using AG2's MCP builder.
Prerequisites
- Python 3.9+
- pip and uv
Installation
- Clone the repository and navigate into the directory.
- Install dependencies using the setup script or manually via pip.
Development
- Uses
ruff
for linting,mypy
for static checking,pytest
for testing. - Pre-commit hooks are available.
Running the Server
The server can be started with different transport modes and configured using environment variables.
Building and Publishing
Uses Hatch for building and publishing.