mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 00:51:25 -07:00
Add excludeTools and includeTools to mcpServers config (#2976)
This commit is contained in:
committed by
GitHub
parent
aa8e5776eb
commit
355fb4ac67
@@ -84,6 +84,8 @@ export class MCPServerConfig {
|
||||
readonly trust?: boolean,
|
||||
// Metadata
|
||||
readonly description?: string,
|
||||
readonly includeTools?: string[],
|
||||
readonly excludeTools?: string[],
|
||||
) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user