mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-16 15:30:59 +00:00
feat(mcp): extend mode options in MCPCardVO to include 'http'
This commit is contained in:
@@ -2,7 +2,7 @@ import { MCPServer, MCPSessionStatus } from '@/app/infra/entities/api';
|
|||||||
|
|
||||||
export class MCPCardVO {
|
export class MCPCardVO {
|
||||||
name: string;
|
name: string;
|
||||||
mode: 'stdio' | 'sse';
|
mode: 'stdio' | 'sse' | 'http';
|
||||||
enable: boolean;
|
enable: boolean;
|
||||||
status: MCPSessionStatus;
|
status: MCPSessionStatus;
|
||||||
tools: number;
|
tools: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user