{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_execute",
"tool_input": {
"statement": "ALTER TABLE prompts ADD COLUMN IF NOT EXISTS use_case ENUM('entity_extraction', 'relation_extraction', 'semantic_analysis', 'statement_extraction', 'taxonomy_classification', 'chunk_semantics', 'chat', 'content') DEFAULT 'chat'",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"affected_rows\": 0,\n \"error\": null,\n \"execution_ms\": 2\n}"
}
]
}