Removing hardcoded huskies session

This commit is contained in:
Timmy
2026-07-21 11:29:57 +01:00
parent b55816d0a5
commit df1e339b47
+1 -4
View File
@@ -2,10 +2,7 @@
"mcpServers": { "mcpServers": {
"huskies": { "huskies": {
"type": "http", "type": "http",
"url": "http://localhost:3001/mcp", "url": "http://localhost:3001/mcp"
"headers": {
"X-Huskies-Session": "1228"
}
} }
} }
} }