Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 258 Bytes

File metadata and controls

19 lines (13 loc) · 258 Bytes

Agent Instructions

Package Management

Always use uv for package management, not pip:

# Install dependencies
uv sync

# Install with test dependencies
uv sync --extra test

# Run tests
uv run pytest

# Run the server
uv run protocol_mcp