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

Method getMessage

mcp/src/client.ts:217–219  ·  view source on GitHub ↗
(messageId: string, explicitAddress?: string)

Source from the content-addressed store, hash-verified

215 }
216
217 getMessage(messageId: string, explicitAddress?: string): Promise<MessageView> {
218 return this.sdk.messages.get(this.resolveAddress(explicitAddress), messageId);
219 }
220
221 // getAttachment (§6a #5): metadata + a short-lived download_url for one
222 // attachment. inline:true also returns base64 `data` for small attachments.

Callers 1

registerMessageToolsFunction · 0.45

Calls 2

resolveAddressMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected