mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
docs: update subagent policy plan to match implementation
This commit is contained in:
@@ -21,17 +21,21 @@ tools:
|
||||
# Scoped policy for the subagent
|
||||
policy:
|
||||
tools:
|
||||
allow:
|
||||
allowed:
|
||||
- "builtin:read_file"
|
||||
- "mcp:security-scanner:*"
|
||||
exclude:
|
||||
- "builtin:shell"
|
||||
- "builtin:write_file"
|
||||
mcp_servers:
|
||||
allow:
|
||||
mcp:
|
||||
allowed:
|
||||
- "security-scanner"
|
||||
exclude:
|
||||
excluded:
|
||||
- "*"
|
||||
# Trust configuration for MCP servers
|
||||
mcp_servers:
|
||||
security-scanner:
|
||||
trust: true
|
||||
|
||||
# MCP servers private to this subagent
|
||||
mcp_servers:
|
||||
|
||||
Reference in New Issue
Block a user