{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -X POST \"http:\/\/localhost\/docs\/code-hygiene\/scan\" \\\n -H \"Host: dev.campus.systemische-tools.de\" \\\n -H \"X-Requested-With: XMLHttpRequest\" \\\n --max-time 120 2>&1 | head -20",
"timeout": 180000,
"description": "Trigger scan via curl"
}
}
{
"tool_response": {
"stdout": "curl: option : blank argument where content is expected\ncurl: try 'curl --help' or 'curl --manual' for more information",
"stderr": "",
"interrupted": false,
"isImage": false
}
}