{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "for endpoint in \/tasks \/contracts \/protokoll \/chat \/docs \/content \/explorer; do printf \"%-15s: \" \"$endpoint\"; curl -s -o \/dev\/null -w \"%{http_code}\" -k \"https:\/\/prod.campus.systemische-tools.de$endpoint\"; echo; done",
"description": "Test prod endpoints"
}
}
{
"tool_response": {
"stdout": "\/tasks : 000\n\/contracts : 000\n\/protokoll : 000\n\/chat : 000\n\/docs : 000\n\/content : 000\n\/explorer : 000",
"stderr": "",
"interrupted": false,
"isImage": false
}
}