MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / whoami

Method whoami

mcp/src/client.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 // agent_address only for agent-scoped credentials) + plan/limits. NOT an
95 // agent — discover agents via list_agents.
96 whoami(): Promise<AccountView> {
97 return this.sdk.account.get();
98 }
99
100 // ── Agents ──────────────────────────────────────────────────────
101

Callers 2

resolvePrincipalFunction · 0.45
registerAgentToolsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected