{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_execute",
"tool_input": {
"statement": "ALTER TABLE chunk_semantics\nADD COLUMN statement_form ENUM('assertion','question','command','conditional') NULL AFTER language,\nADD COLUMN intent ENUM('explain','argue','define','compare','exemplify','warn','instruct') NULL AFTER statement_form,\nADD COLUMN frame ENUM('theoretical','practical','historical','methodological','critical') NULL AFTER intent,\nADD COLUMN is_negated TINYINT(1) DEFAULT 0 AFTER frame,\nADD COLUMN discourse_role ENUM('thesis','evidence','example','counter','summary','definition') NULL AFTER is_negated",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"affected_rows\": 0,\n \"error\": null,\n \"execution_ms\": 2\n}"
}
]
}