pub async fn register_mcp(
cli: AgentCli,
exe: &str,
entity_root: &Path,
) -> McpReportExpand description
Register recall-echo’s MCP server with one client.
Never fails the caller: a client that is missing, broken or unrecognisable
yields McpStatus::Failed carrying the command to run by hand.