{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_insert",
"tool_input": {
"table": "rag_collections",
"data": {
"collection_id": "dokumentation_chunks",
"display_name": "Dokumentation",
"description": "Interne Dokumentation (Chunks)",
"vector_size": 1024,
"distance_metric": "Cosine",
"points_count": 374,
"embedding_model": "mxbai-embed-large",
"source_type": "system",
"is_active": true,
"is_searchable": true,
"sort_order": 3
},
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"rag_collections\",\n \"inserted_id\": 3,\n \"execution_ms\": 0\n}"
}
]
}