From df1e339b478beff45de7cacc420876fd0334d99b Mon Sep 17 00:00:00 2001 From: Timmy Date: Tue, 21 Jul 2026 11:29:57 +0100 Subject: [PATCH] Removing hardcoded huskies session --- .mcp.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.mcp.json b/.mcp.json index f85935d7..91a12906 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,10 +2,7 @@ "mcpServers": { "huskies": { "type": "http", - "url": "http://localhost:3001/mcp", - "headers": { - "X-Huskies-Session": "1228" - } + "url": "http://localhost:3001/mcp" } } }