{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -sL -o \/dev\/null -w \"HTTP %{http_code}\\n\" https:\/\/dev.campus.systemische-tools.de\/crawler -k 2>&1 | tail -5\necho \"---\"\ncurl -sL -k https:\/\/dev.campus.systemische-tools.de\/crawler 2>&1 | grep -oE \"(<title>[^<]*<\/title>|<h1>[^<]*<\/h1>|error|Error)\" | head -5",
"description": "Test \/crawler route"
}
}
{
"tool_response": {
"stdout": "HTTP 200\n---\n<title>Crawler<\/title>\n<h1>Crawler<\/h1>",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}