From 29724f50215a195d55b026369fda37683d1a8647 Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 2 Jun 2026 09:25:50 +0200 Subject: [PATCH] drop orphaned bash-allow doc comment on load_extra_mcp --- hive-ag3nt/src/mcp.rs | 3 --- 1 file changed, 3 deletions(-) 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").