{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_execute",
"tool_input": {
"statement": "ALTER TABLE dokumentation_chunks\nADD COLUMN summary TEXT NULL AFTER keywords,\nADD COLUMN sentiment ENUM('positive','negative','neutral','mixed') DEFAULT 'neutral' AFTER summary,\nADD COLUMN intent ENUM('explain','argue','define','compare','exemplify','warn','instruct') NULL AFTER sentiment,\nADD COLUMN discourse_role ENUM('thesis','evidence','example','counter','summary','definition') NULL AFTER intent,\nADD INDEX idx_intent (intent),\nADD INDEX idx_discourse_role (discourse_role)",
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"affected_rows\": 0,\n \"error\": null,\n \"execution_ms\": 22\n}"
}
]
}