mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 19:24:19 +00:00
feat: completely remove the fucking mcp market components and refs
This commit is contained in:
@@ -530,22 +530,6 @@ export class BackendClient extends BaseHttpClient {
|
||||
return this.post(`/api/v1/mcp/servers/${serverName}/test`);
|
||||
}
|
||||
|
||||
// public getMCPMarketServers(
|
||||
// page: number,
|
||||
// page_size: number,
|
||||
// query: string,
|
||||
// sort_by: string = 'stars',
|
||||
// sort_order: string = 'DESC',
|
||||
// ): Promise<MCPMarketResponse> {
|
||||
// return this.post(`/api/v1/market/mcp`, {
|
||||
// page,
|
||||
// page_size,
|
||||
// query,
|
||||
// sort_by,
|
||||
// sort_order,
|
||||
// });
|
||||
// }
|
||||
|
||||
public installMCPServerFromGithub(
|
||||
source: string,
|
||||
): Promise<AsyncTaskCreatedResp> {
|
||||
|
||||
Reference in New Issue
Block a user