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

Method getConversation

mcp/src/client.ts:262–270  ·  view source on GitHub ↗
(
    conversationId: string,
    explicitAddress?: string,
  )

Source from the content-addressed store, hash-verified

260 }
261
262 getConversation(
263 conversationId: string,
264 explicitAddress?: string,
265 ): Promise<ConversationDetailView> {
266 return this.sdk.conversations.get(
267 this.resolveAddress(explicitAddress),
268 conversationId,
269 );
270 }
271
272 // ── Review queue (pending outbound) ─────────────────────────────
273

Callers 1

registerMessageToolsFunction · 0.45

Calls 2

resolveAddressMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected