From 07b7988915980580a4160066b7588773f4f7f60b Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 17 May 2026 11:18:46 +0200 Subject: [PATCH] agent mcp: add 'remind' to --allowedTools so claude doesn't have to ask --- hive-ag3nt/src/mcp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index 384a126..84a3d1d 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -738,7 +738,7 @@ pub enum Flavor { #[must_use] pub fn allowed_mcp_tools(flavor: Flavor) -> Vec { let names: &[&str] = match flavor { - Flavor::Agent => &["send", "recv", "ask_operator"], + Flavor::Agent => &["send", "recv", "ask_operator", "remind"], Flavor::Manager => &[ "send", "recv",