{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "REQUEST_URI=\"\/docs\/code\/graph-data\" REQUEST_METHOD=\"GET\" php \/var\/www\/dev.campus.systemische-tools.de\/public\/index.php 2>&1 | python3 -c \"import sys,json; d=json.load(sys.stdin); print(f\\\"Nodes: {d['stats']['nodes']}, Links: {d['stats']['links']}, Namespaces: {d['stats']['namespaces']}\\\")\"",
"description": "Test graph data with all dependency types"
}
}
{
"tool_response": {
"stdout": "Nodes: 143, Links: 425, Namespaces: 34",
"stderr": "",
"interrupted": false,
"isImage": false
}
}