From ce67a8c82d4654fdb2e0bd5e28e5064c0138d2e1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 12 Dec 2025 14:05:08 -0700 Subject: [PATCH] chore(crush): disable some tools --- dot_config/crush/crush.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 3593148dad1318790668fe817cd229fd5d67a5d9..120136caecf32debc5294ff55c681466fa887571 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -3,17 +3,18 @@ "mcp": { "kagi": { "type": "stdio", - "command": "kagi-ken-mcp" + "command": "kagi-ken-mcp", + "disabled_tools": ["kagi_summarizer"] } }, "options": { "attribution": { "generated_with": false }, "memory_paths": [ - "~/.config/crush/rules", + "~/.config/AGENTS.md", "~/.config/crush/CRUSH.md", - "~/.config/AGENTS.md" + "~/.config/crush/rules" ], - "disable_provider_auto_update": true, + "disabled_tools": ["sourcegraph"], "disable_metrics": true } }