mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
ui fix
This commit is contained in:
parent
60f3a3b0ad
commit
5b658ce1eb
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue