fix: page out of control

This commit is contained in:
wangcham
2025-10-22 13:37:53 +00:00
parent 345eccf04c
commit 6ba9b6973d
3 changed files with 183 additions and 11 deletions
+1 -1
View File
@@ -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(