drop orphaned bash-allow doc comment on load_extra_mcp
This commit is contained in:
parent
88f22065b0
commit
29724f5021
1 changed files with 0 additions and 3 deletions
|
|
@ -2139,9 +2139,6 @@ fn default_allowed_tools() -> Vec<String> {
|
|||
vec!["*".to_owned()]
|
||||
}
|
||||
|
||||
/// Read + parse the Bash command allow-list. Returns an empty vec when
|
||||
/// the file is missing or unparsable (degrade to wholesale `Bash`
|
||||
/// approval — same as the pre-feature behaviour).
|
||||
/// Read + parse the extra-MCP spec. Returns an empty map when
|
||||
/// the file is missing or unparsable (the agent has none configured,
|
||||
/// or the file is malformed — both cases degrade to "no extra servers").
|
||||
|
|
|
|||
Loading…
Reference in a new issue