drop orphaned bash-allow doc comment on load_extra_mcp

This commit is contained in:
damocles 2026-06-02 09:25:50 +02:00
commit 29724f5021

View file

@ -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").