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

Method send

worker-configuration.d.ts:4770–4770  ·  view source on GitHub ↗
(message: EmailMessage)

Source from the content-addressed store, hash-verified

4768 */
4769interface SendEmail {
4770 send(message: EmailMessage): Promise<void>;
4771}
4772declare abstract class EmailEvent extends ExtendableEvent {
4773 readonly message: ForwardableEmailMessage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected