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

Method send

worker-configuration.d.ts:1499–1499  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

1497type QueueContentType = "text" | "bytes" | "json" | "v8";
1498interface Queue<Body = unknown> {
1499 send(message: Body, options?: QueueSendOptions): Promise<void>;
1500 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1501}
1502interface QueueSendOptions {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected