mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-19 03:54:19 +00:00
feat: semi frontend
This commit is contained in:
@@ -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 ============
|
||||
|
||||
Reference in New Issue
Block a user