mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
Add support for running available commands prior to MCP servers loading (#15596)
This commit is contained in:
@@ -362,4 +362,8 @@ export class McpClientManager {
|
||||
}
|
||||
return instructions.join('\n\n');
|
||||
}
|
||||
|
||||
getMcpServerCount(): number {
|
||||
return this.clients.size;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user