MCPcopy Create free account

hub / github.com/cloudflare/mcp / functions

Functions369 in github.com/cloudflare/mcp

Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:577
Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:590
Methodput
(key: string, value: T)
worker-configuration.d.ts:3327
MethodqueueMicrotask
(task: Function)
worker-configuration.d.ts:348
Methodreadable
()
worker-configuration.d.ts:3168
Methodremove
()
worker-configuration.d.ts:1553
Methodremove
()
worker-configuration.d.ts:1562
Methodremove
()
worker-configuration.d.ts:1570
Methodremove
()
worker-configuration.d.ts:1579
MethodremoveAndKeepContent
()
worker-configuration.d.ts:1554
MethodremoveAttribute
(name: string)
worker-configuration.d.ts:1547
FunctionrenderRow
(row: ScopeRow)
src/auth/workers-oauth-utils.ts:491
Methodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1552
Methodreplace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1569
Methodreply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that re
worker-configuration.d.ts:9643
MethodreportError
(error: any)
worker-configuration.d.ts:350
Methodresponse
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:9868
Methodresponse
* Returns the transformed media as an HTTP response object. * @returns The transformed media as a Response, ready to store in cache or return to
worker-configuration.d.ts:9933
Methodretry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1949
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1955
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1961
Methodrollback
()
worker-configuration.d.ts:581
Methodrunning
()
worker-configuration.d.ts:3246
Functionscheduled
( _controller: ScheduledController, env: Env, _ctx: ExecutionContext )
src/index.ts:108
MethodsecureTransport
()
worker-configuration.d.ts:3173
Methodsend
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1926
Methodsend
* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of
worker-configuration.d.ts:3102
Methodsend
(message: EmailMessage)
worker-configuration.d.ts:9668
Methodsend
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
worker-configuration.d.ts:10065
MethodsendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1927
MethodserializeAttachment
(attachment: any)
worker-configuration.d.ts:3109
FunctionserverInfo
(serverInfo: ServerInfo)
src/metrics.ts:76
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:583
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:597
MethodsetAttribute
(name: string, value: string)
worker-configuration.d.ts:1546
MethodsetHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:568
MethodsetInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3252
MethodsetInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1555
MethodsetInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:345
MethodsetReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rej
worker-configuration.d.ts:9630
MethodsetTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:342
MethodsetWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:565
Methodsignal
(signo: number)
worker-configuration.d.ts:3250
Methodstart
(options?: ContainerStartupOptions)
worker-configuration.d.ts:3247
MethodstartTls
(options?: TlsOptions)
worker-configuration.d.ts:3175
MethodstructuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:349
Methodsync
()
worker-configuration.d.ts:599
Methodtable
* The **`console.table()`** static method displays tabular data as a table. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/c
worker-configuration.d.ts:228
Methodtee
* The **`tee()`** method of the two-element array containing the two resulting branches as new ReadableStream instances. * * [MDN Reference]
worker-configuration.d.ts:2224
Methodtext
(element: Text)
worker-configuration.d.ts:1526
Methodtext
(text: Text)
worker-configuration.d.ts:1531
Methodtime
* The **`console.time()`** static method starts a timer you can use to track how long an operation takes. * * [MDN Reference](https://develo
worker-configuration.d.ts:234
MethodtimeEnd
* The **`console.timeEnd()`** static method stops a timer that was previously started by calling console/time_static. * * [MDN Reference](ht
worker-configuration.d.ts:240
MethodtimeLog
* The **`console.timeLog()`** static method logs the current value of a timer that was previously started by calling console/time_static. *
worker-configuration.d.ts:246
MethodtimeStamp
(label?: string)
worker-configuration.d.ts:247
MethodtoDataPoint
()
src/metrics.ts:174
MethodtoJSON
()
worker-configuration.d.ts:2074
Methodtrace
* The **`console.trace()`** static method outputs a stack trace to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/A
worker-configuration.d.ts:253
Methodtransaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:595
MethodtransactionSync
(closure: () => T)
worker-configuration.d.ts:602
Methodtransform
* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param tran
worker-configuration.d.ts:9846
Methodtransform
* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns
worker-configuration.d.ts:9905
Methodupgraded
()
worker-configuration.d.ts:3172
MethoduploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1997
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:556
MethodwebSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:523
MethodwebSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:524
MethodwebSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:522
Methodwritable
()
worker-configuration.d.ts:3169
← previous301–369 of 369, ranked by callers