mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 19:44:21 +00:00
fix: page out of control
This commit is contained in:
@@ -503,7 +503,7 @@ export class BackendClient extends BaseHttpClient {
|
||||
public createMCPServer(
|
||||
server: MCPServerConfig,
|
||||
): Promise<AsyncTaskCreatedResp> {
|
||||
return this.post('/api/v1/mcp/servers', server);
|
||||
return this.post('/api/v1/mcp/servers', { source: server });
|
||||
}
|
||||
|
||||
public updateMCPServer(
|
||||
|
||||
Reference in New Issue
Block a user