diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index 101ca939..3e6c0baa 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -1798,8 +1798,7 @@ impl ManagerServer { questions + pending reminders across the swarm), `cancel_loose_end` (cancel any \ question or reminder row by id), `set_status` / `get_agent_meta` (publish your \ own status text + query identity/status of any agent — `get_agent_meta` with \ - no arg replaces the old `whoami` self-introspection). The manager's own config lives at \ - `/agents/root/config/agent.nix`." + no arg replaces the old `whoami` self-introspection)." )] impl ServerHandler for ManagerServer {}