From f479f902cd72172256f629aebe898aea192c563e Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 26 May 2026 19:59:13 -0600 Subject: [PATCH] crush: proxy kagi, update auth --- dot_config/crush/crush.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index 8aa286b233d9fd432dc2f397401ea12ff3aaa94d..aa049da4a199f6fb229888ffbcaebbd4de645420 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -1,16 +1,18 @@ { "$schema": "https://charm.land/crush.json", "mcp": { - "kagi": { - "type": "stdio", - "command": "kagi-ken-mcp", - "disabled_tools": ["kagi_summarizer"] - }, "silverbullet": { "type": "http", "url": "http://100.77.116.78:4000/mcp/silverbullet", "headers": { - "Authorization": "Bearer $PLEXUS_API_KEY" + "Authorization": "Bearer ${PLEXUS_API_KEY?set PLEXUS_API_KEY}:crush" + } + }, + "kagi": { + "type": "http", + "url": "http://100.77.116.78:4000/mcp/kagi", + "headers": { + "Authorization": "Bearer ${PLEXUS_API_KEY?set PLEXUS_API_KEY}:crush" } } }, @@ -26,7 +28,7 @@ "name": "Plexus", "type": "openai-compat", "base_url": "http://100.77.116.78:4000/v1", - "api_key": "$PLEXUS_API_KEY", + "api_key": "${PLEXUS_API_KEY?set PLEXUS_API_KEY}:crush", "models": [ { "id": "claude-opus-4.6",