Skip to content

Commit f1b6980

Browse files
committed
Remove X-mcp-authorization
1 parent a111d5a commit f1b6980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/api/fetch.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const useCrateClusterHeader = 'X-use-crate';
55
const projectNameHeader = 'X-project';
66
const workspaceNameHeader = 'X-workspace';
77
const mcpNameHeader = 'X-mcp';
8-
const mcpAuthHeader = 'X-mcp-authorization';
98
const contextHeader = 'X-context';
109
const jqHeader = 'X-jq';
1110
const authHeader = 'Authorization';
@@ -39,7 +38,6 @@ export const fetchApiServer = async (
3938
headers[workspaceNameHeader] = config.mcpConfig.workspaceName;
4039
headers[mcpNameHeader] = config.mcpConfig.controlPlaneName;
4140
headers[contextHeader] = config.mcpConfig.contextName;
42-
headers[mcpAuthHeader] = config.mcpConfig.mcpAuthorization;
4341
} else {
4442
headers[useCrateClusterHeader] = 'true';
4543
}

0 commit comments

Comments
 (0)