mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
fix: mcp refactor
This commit is contained in:
@@ -553,7 +553,7 @@ export class BackendClient extends BaseHttpClient {
|
||||
}
|
||||
|
||||
public installMCPServerFromSSE(
|
||||
source: {},
|
||||
source: object,
|
||||
): Promise<AsyncTaskCreatedResp> {
|
||||
return this.post('/api/v1/mcp/servers', { source });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user