{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_execute",
"tool_input": {
"statement": "ALTER TABLE pipeline_steps MODIFY COLUMN step_type ENUM(\n 'detect', 'validate', 'page_split', 'vision_analyze', 'extract', 'structure', \n 'segment', 'chunk', 'metadata_store', 'embed', 'collection_setup', 'vector_store', \n 'index_optimize', 'entity_extract', 'relation_extract', 'taxonomy_build', \n 'semantic_analyze', 'summarize', 'question_generate', 'finalize', 'analyze',\n 'queue', 'hash', 'rotation', 'doc_create', 'page_store', 'vision', 'vision_store',\n 'chunk_store', 'enrich', 'qdrant_store', 'status_update', 'entity_store',\n 'entity_normalize', 'relation_store', 'ontology_classify', 'chunk_entity_link',\n 'chunk_taxonomy', 'entity_taxonomy', 'chunk_semantics'\n) NOT NULL",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"affected_rows\": 0,\n \"error\": null,\n \"execution_ms\": 2\n}"
}
]
}