{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "for endpoint in \/chat \/docs \/tasks \/content; do printf \"%-15s: \" \"$endpoint\"; REQUEST_URI=\"$endpoint\" REQUEST_METHOD=\"GET\" php public\/index.php 2>&1 | head -1 | grep -o \"HTTP\/[0-9.]* [0-9]*\" || echo \"OK (no HTTP header)\"; done",
"description": "Test main endpoints"
}
}
{
"tool_response": {
"stdout": " : OK (no HTTP header)\n : OK (no HTTP header)\n : OK (no HTTP header)\n : OK (no HTTP header)",
"stderr": "",
"interrupted": false,
"isImage": false
}
}