havoc-remaster/requirements.txt
pyr0ball 0388488c74 feat: wire MCP tool definitions and bearer-token auth into server
Adds requirements.txt (mcp==1.28.1, pytest==9.1.1) since no Python
dependency-management convention existed in this repo yet.
2026-07-04 07:13:36 -07:00

5 lines
285 B
Text

# Runtime-observation MCP tooling (tools/havoc_mcp_server.py, tools/havoc_debug_protocol.py).
# No existing Python dependency-management convention existed in this repo (tools/ is a
# collection of standalone RE scripts); this file was introduced for Task 5.
mcp==1.28.1
pytest==9.1.1