Adds requirements.txt (mcp==1.28.1, pytest==9.1.1) since no Python dependency-management convention existed in this repo yet.
5 lines
285 B
Text
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
|