{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ssh root@prod.karlkratz.com \"mysql -u root karlkratz_de -e \\\"SELECT section, config_key, environment FROM tenant_config WHERE config_key LIKE 'bot%' LIMIT 5\\\" 2>\/dev\/null\" 2>&1",
"timeout": 15000,
"description": "Check environment field for bot config"
}
}
{
"tool_response": {
"stdout": "section\tconfig_key\tenvironment\nbot\tbot.settings\tall",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}