mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 19:44:21 +00:00
fix: status icon
This commit is contained in:
@@ -324,7 +324,7 @@ export interface MCPServer {
|
||||
mode: 'stdio' | 'sse';
|
||||
enable: boolean;
|
||||
config: MCPServerConfig;
|
||||
status: 'connected' | 'disconnected' | 'error';
|
||||
status: 'connected' | 'disconnected' | 'error' | 'disabled';
|
||||
tools: MCPTool[];
|
||||
error?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user