{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT table_name FROM information_schema.tables \nWHERE table_schema = 'ki_dev' AND table_name LIKE '%model%' OR table_name LIKE '%config%'",
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"table_name\": \"INNODB_FT_CONFIG\"\n },\n {\n \"table_name\": \"content_config\"\n },\n {\n \"table_name\": \"content_config_history\"\n },\n {\n \"table_name\": \"pipeline_configs\"\n },\n {\n \"table_name\": \"sys_config\"\n },\n {\n \"table_name\": \"oc_profile_config\"\n },\n {\n \"table_name\": \"oc_calendar_appt_configs\"\n },\n {\n \"table_name\": \"oc_appconfig\"\n },\n {\n \"table_name\": \"oc_appconfig_ex\"\n },\n {\n \"table_name\": \"replication_applier_configuration\"\n },\n {\n \"table_name\": \"replication_connection_configuration\"\n },\n {\n \"table_name\": \"pma__userconfig\"\n }\n ],\n \"row_count\": 12,\n \"error\": null,\n \"execution_ms\": 1\n}"
}
]
}