bitbucket-api
0
The project is an MCP Server tailored for a specified OpenAPI endpoint, aimed at handling multi-agent conversation protocols. It utilizes AG2's MCP builder with a focus on development tools like ruff, mypy, and pytest.
MCP Server
Overview
- An MCP (Multi-Agent Conversation Protocol) Server for an OpenAPI specification.
- Auto-generated using AG2's MCP builder.
- Supports Python 3.9+ with pip and uv.
Installation
- Clone the repository and install dependencies.
Development
- Uses ruff for linting, mypy for static type checking, and pytest for testing.
Running the Server
- Start the server using main.py script with different transport modes like stdio.
Configuration
- Uses environment variables for configuration and security.
- Refer to main.py for loading details.
Building and Publishing
- Uses Hatch for building and publishing.