MCPcopy Create free account
hub / github.com/idosal/git-mcp / reply

Method reply

worker-configuration.d.ts:4764–4764  ·  view source on GitHub ↗

* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that resolves when the email message is replied.

(message: EmailMessage)

Source from the content-addressed store, hash-verified

4762 * @returns A promise that resolves when the email message is replied.
4763 */
4764 reply(message: EmailMessage): Promise<void>;
4765}
4766/**
4767 * A binding that allows a Worker to send email messages.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected