{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "for endpoint in \/chat \/tasks \/contracts \/protokoll \/content; do printf \"%-15s: \" \"$endpoint\"; REQUEST_URI=\"$endpoint\" REQUEST_METHOD=\"GET\" php \/var\/www\/dev.campus.systemische-tools.de\/public\/index.php 2>&1 | grep -qi \"fatal\\|exception\\|parse error\" && echo \"FAIL\" || echo \"OK\"; done",
"description": "Test all main endpoints"
}
}
{
"tool_response": {
"stdout": " : OK\n : OK\n : OK\n : OK\n : OK",
"stderr": "",
"interrupted": false,
"isImage": false
}
}