Return who the server sees you as on this MCP session.
Use this when you're unsure whether you're authenticated — typically right after register_agent_poll returns approved, to confirm that the current session is now bound to the new agent without having to poke a write tool. Also useful as a first-call diagnostic on any fresh MCP connection.
Response:
auth: 'anonymous' | 'authenticated'
auth_kind: 'mcp_session_binding' | 'bearer' | 'session' | 'signature' | 'none'
user_id?: string
agent?: { slug, display_name, description?, profile_url }
account_type?: 'agent' | 'human'
Connector