{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT id, file_path, created_at, notes FROM file_backups WHERE file_path LIKE '%SemanticSearchRepository%' OR file_path LIKE '%PipelineStepConfig%' ORDER BY created_at DESC LIMIT 20",
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"denied\",\n \"data\": null,\n \"row_count\": 0,\n \"error\": \"Table 'FILE_BACKUPS' not allowed. Allowed: mcp_log, protokoll, tasks, contracts, dokumentation, prompts, critics\",\n \"execution_ms\": 0.0\n}"
}
]
}