{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "# Test 1: Alle Endpoints funktionieren\necho \"=== Test 1: Endpoint-Tests ===\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/chat\" && echo \" - Chat OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/tasks\" && echo \" - Tasks OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/protokoll\" && echo \" - Protokoll OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/critics\" && echo \" - Critics OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/prompts\" && echo \" - Prompts OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/config\" && echo \" - Config OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/content\" && echo \" - Content OK\"\ncurl -s -o \/dev\/null -w \"%{http_code}\" \"https:\/\/dev.campus.systemische-tools.de\/docs\" && echo \" - Docs OK\"\necho \"\"",
"description": "Test all endpoints"
}
}
{
"tool_response": {
"stdout": "=== Test 1: Endpoint-Tests ===\n302 - Chat OK\n200 - Tasks OK\n200 - Protokoll OK\n200 - Critics OK\n200 - Prompts OK\n200 - Config OK\n200 - Content OK\n200 - Docs OK",
"stderr": "",
"interrupted": false,
"isImage": false
}
}