mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add excludedTools to extensions. (#2853)
This commit is contained in:
committed by
GitHub
parent
e94decea39
commit
3492c429b9
@@ -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