Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/mcp
/ functions
Functions
369 in github.com/cloudflare/mcp
⨍
Functions
369
◇
Types & classes
469
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:577
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:590
Method
put
(key: string, value: T)
worker-configuration.d.ts:3327
Method
queueMicrotask
(task: Function)
worker-configuration.d.ts:348
Method
readable
()
worker-configuration.d.ts:3168
Method
remove
()
worker-configuration.d.ts:1553
Method
remove
()
worker-configuration.d.ts:1562
Method
remove
()
worker-configuration.d.ts:1570
Method
remove
()
worker-configuration.d.ts:1579
Method
removeAndKeepContent
()
worker-configuration.d.ts:1554
Method
removeAttribute
(name: string)
worker-configuration.d.ts:1547
Function
renderRow
(row: ScopeRow)
src/auth/workers-oauth-utils.ts:491
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1552
Method
replace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1569
Method
reply
* 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
Method
reportError
(error: any)
worker-configuration.d.ts:350
Method
response
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:9868
Method
response
* 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
Method
retry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1949
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1955
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1961
Method
rollback
()
worker-configuration.d.ts:581
Method
running
()
worker-configuration.d.ts:3246
Function
scheduled
( _controller: ScheduledController, env: Env, _ctx: ExecutionContext )
src/index.ts:108
Method
secureTransport
()
worker-configuration.d.ts:3173
Method
send
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1926
Method
send
* 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
Method
send
(message: EmailMessage)
worker-configuration.d.ts:9668
Method
send
* 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
Method
sendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1927
Method
serializeAttachment
(attachment: any)
worker-configuration.d.ts:3109
Function
serverInfo
(serverInfo: ServerInfo)
src/metrics.ts:76
Method
setAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:583
Method
setAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:597
Method
setAttribute
(name: string, value: string)
worker-configuration.d.ts:1546
Method
setHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:568
Method
setInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3252
Method
setInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1555
Method
setInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:345
Method
setReject
* 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
Method
setTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:342
Method
setWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:565
Method
signal
(signo: number)
worker-configuration.d.ts:3250
Method
start
(options?: ContainerStartupOptions)
worker-configuration.d.ts:3247
Method
startTls
(options?: TlsOptions)
worker-configuration.d.ts:3175
Method
structuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:349
Method
sync
()
worker-configuration.d.ts:599
Method
table
* 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
Method
tee
* The **`tee()`** method of the two-element array containing the two resulting branches as new ReadableStream instances. * * [MDN Reference]
worker-configuration.d.ts:2224
Method
text
(element: Text)
worker-configuration.d.ts:1526
Method
text
(text: Text)
worker-configuration.d.ts:1531
Method
time
* 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
Method
timeEnd
* 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
Method
timeLog
* 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
Method
timeStamp
(label?: string)
worker-configuration.d.ts:247
Method
toDataPoint
()
src/metrics.ts:174
Method
toJSON
()
worker-configuration.d.ts:2074
Method
trace
* 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
Method
transaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:595
Method
transactionSync
(closure: () => T)
worker-configuration.d.ts:602
Method
transform
* 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
Method
transform
* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns
worker-configuration.d.ts:9905
Method
upgraded
()
worker-configuration.d.ts:3172
Method
uploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1997
Method
waitUntil
(promise: Promise<any>)
worker-configuration.d.ts:556
Method
webSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:523
Method
webSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:524
Method
webSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:522
Method
writable
()
worker-configuration.d.ts:3169
← previous
301–369 of 369, ranked by callers