pwno-mcp itself, not for debugging a target binary.
Local development
Prerequisites on the host are Python 3.12+, GDB with Python support, and a working pwndbg setup.Docker build
linux/amd64. On Apple Silicon, keep the explicit platform flag.
Docker Compose
CI checks
Current GitHub Actions run these verification steps:uv sync --locked --extra devuv run black --check .uv run mypy pwnomcp --ignore-missing-imports --disable-error-code=import-untypeduv run pytest -v