This commit is contained in:
Ishaan Jaffer 2025-11-04 17:58:51 -08:00
parent 60f3a3b0ad
commit 5b658ce1eb

View file

@ -132,10 +132,9 @@ const CreateMCPServer: React.FC<CreateMCPServerProps> = ({
mcp_access_groups: accessGroups,
alias: restValues.alias,
allowed_tools: allowedTools.length > 0 ? allowedTools : null,
static_headers: staticHeaders,
};
payload.static_headers = staticHeaders;
console.log(`Payload: ${JSON.stringify(payload)}`);
if (accessToken != null) {