{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/ && echo \" \/\" && curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/semantic-explorer && echo \" \/semantic-explorer\" && curl -s -o \/dev\/null -w \"%{http_code}\" https:\/\/dev.campus.systemische-tools.de\/system-explorer && echo \" \/system-explorer\"",
"description": "Verify dev endpoints"
}
}
{
"tool_response": {
"stdout": "200 \/\n200 \/semantic-explorer\n200 \/system-explorer",
"stderr": "",
"interrupted": false,
"isImage": false
}
}