{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT target_fqcn, COUNT(*) as usage_count FROM code_dependencies GROUP BY target_fqcn ORDER BY usage_count DESC LIMIT 20",
"database": "ki_dev"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"target_fqcn\": \"PDO\",\n \"usage_count\": 74\n },\n {\n \"target_fqcn\": \"sys\",\n \"usage_count\": 60\n },\n {\n \"target_fqcn\": \"Framework\\\\Controller\",\n \"usage_count\": 48\n },\n {\n \"target_fqcn\": \"json\",\n \"usage_count\": 25\n },\n {\n \"target_fqcn\": \"config.Config\",\n \"usage_count\": 22\n },\n {\n \"target_fqcn\": \"Domain\\\\Repository\\\\ChatSessionRepositoryInterface\",\n \"usage_count\": 21\n },\n {\n \"target_fqcn\": \"Domain\\\\Repository\\\\TaskRepositoryInterface\",\n \"usage_count\": 21\n },\n {\n \"target_fqcn\": \"pathlib.Path\",\n \"usage_count\": 21\n },\n {\n \"target_fqcn\": \"infrastructure.db_connection.DatabaseConnection\",\n \"usage_count\": 19\n },\n {\n \"target_fqcn\": \"Infrastructure\\\\AI\\\\OllamaService\",\n \"usage_count\": 18\n },\n {\n \"target_fqcn\": \"os\",\n \"usage_count\": 17\n },\n {\n \"target_fqcn\": \"datetime.datetime\",\n \"usage_count\": 16\n },\n {\n \"target_fqcn\": \"Domain\\\\Repository\\\\ChatMessageRepositoryInterface\",\n \"usage_count\": 15\n },\n {\n \"target_fqcn\": \"re\",\n \"usage_count\": 15\n },\n {\n \"target_fqcn\": \"typing.Optional\",\n \"usage_count\": 15\n },\n {\n \"target_fqcn\": \"RuntimeException\",\n \"usage_count\": 14\n },\n {\n \"target_fqcn\": \"dotenv.load_dotenv\",\n \"usage_count\": 14\n },\n {\n \"target_fqcn\": \"Domain\\\\Repository\\\\TaxonomyRepositoryInterface\",\n \"usage_count\": 13\n },\n {\n \"target_fqcn\": \"typing.List\",\n \"usage_count\": 12\n },\n {\n \"target_fqcn\": \"Infrastructure\\\\Traits\\\\JsonDecodeTrait\",\n \"usage_count\": 12\n }\n ],\n \"row_count\": 20,\n \"error\": null,\n \"execution_ms\": 1\n}"
}
]
}