diff --git a/hive-ag3nt/src/mcp.rs b/hive-ag3nt/src/mcp.rs index 87f432d3..8061e906 100644 --- a/hive-ag3nt/src/mcp.rs +++ b/hive-ag3nt/src/mcp.rs @@ -968,7 +968,10 @@ impl AgentServer { identity stamp — handy for state files / commit messages / cross-agent \ attribution that won't drift across renames or session-continue boundaries \ where the system-prompt label could be stale. Status reads `` when the \ - target has never called `set_status` or has cleared it." + target has never called `set_status` or has cleared it. Also returns \ + `matrix_accounts` — a list of matrix identities the agent can act as \ + (`name`, `user_id?`, `homeserver`); omitted for agents with no matrix \ + provisioning." )] async fn get_agent_meta(&self, Parameters(args): Parameters) -> String { let log = args.name.clone().unwrap_or_else(|| "".to_owned());