fix: status icon

This commit is contained in:
wangcham
2025-10-25 01:58:52 +00:00
parent e3821b3f09
commit 8345edd9f7
5 changed files with 221 additions and 39 deletions
+1 -1
View File
@@ -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;
}