feat: semi frontend

This commit is contained in:
WangCham
2025-10-21 16:18:03 +08:00
parent 7be226d3fa
commit 760db38c11
3 changed files with 54 additions and 75 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ export class BackendClient extends BaseHttpClient {
public installMCPServerFromSSE(
source: {},
): Promise<AsyncTaskCreatedResp> {
return this.post('/api/v1/mcp/install/sse', { source });
return this.post('/api/v1/mcp/servers', { source });
}
// ============ System API ============