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

Method getPendingMessage

mcp/src/client.ts:316–321  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

314 }
315
316 async getPendingMessage(messageId: string): Promise<MessageView> {
317 // Runtime-tier (agent-visible): use the agent-reachable messages path, not
318 // the account-only /v1/reviews/{id}. Resolve the owning inbox first.
319 const address = await this.ownerOfPending(messageId);
320 return this.sdk.messages.get(address, messageId);
321 }
322
323 async approveMessage(
324 messageId: string,

Callers 2

registerReviewToolsFunction · 0.80
client.test.tsFile · 0.80

Calls 2

ownerOfPendingMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected