diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index 7e50cdf6..9d181d63 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -2139,9 +2139,6 @@ fn default_allowed_tools() -> Vec { 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").