mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 02:20:48 -07:00
Add excludedTools to extensions. (#2853)
This commit is contained in:
committed by
GitHub
parent
5f74e3e144
commit
e4f95de7ee
@@ -22,6 +22,7 @@ export interface ExtensionConfig {
|
||||
version: string;
|
||||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
contextFileName?: string | string[];
|
||||
excludeTools?: string[];
|
||||
}
|
||||
|
||||
export function loadExtensions(workspaceDir: string): Extension[] {
|
||||
|
||||
Reference in New Issue
Block a user