diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index c05bfaea..c9e0b83f 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -2092,9 +2092,8 @@ mod allowed_tools_tests { #[test] fn set_status_present_with_no_groups() { - // The whole point of #1548: an agent with zero tool groups - // (or any group set that omits `meta`) must still be able to - // report its dashboard status. + // An agent with zero tool groups (or any group set that omits + // `meta`) must still be able to report its dashboard status. let tools = allowed_mcp_tools(&[]); assert!( tools.contains(&qualified("set_status")),