mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Update mcp's list function to check for disablement. (#21148)
This commit is contained in:
@@ -104,6 +104,10 @@ export enum MCPServerStatus {
|
||||
CONNECTING = 'connecting',
|
||||
/** Server is connected and ready to use */
|
||||
CONNECTED = 'connected',
|
||||
/** Server is blocked via configuration and cannot be used */
|
||||
BLOCKED = 'blocked',
|
||||
/** Server is disabled and cannot be used */
|
||||
DISABLED = 'disabled',
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user