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

Method rejectMessage

mcp/src/client.ts:341–346  ·  view source on GitHub ↗
(messageId: string, reason?: string)

Source from the content-addressed store, hash-verified

339 }
340
341 async rejectMessage(messageId: string, reason?: string): Promise<RejectResultView> {
342 return this.sdk.reviews.reject(
343 messageId,
344 reason !== undefined ? { reason } : {},
345 );
346 }
347
348 // ── Domains ─────────────────────────────────────────────────────
349

Callers 2

registerReviewToolsFunction · 0.45
client.test.tsFile · 0.45

Calls 1

rejectMethod · 0.45

Tested by

no test coverage detected