MCPcopy Create free account
hub / github.com/cloudflare/mcp / get

Method get

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

* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation. * @returns A Fetcher object that allows you to send requests to the Worker script. * @throws If the Worker script does not exist in this dispat

(name: string, args?: {
        [key: string]: any;
    }, options?: DynamicDispatchOptions)

Source from the content-addressed store, hash-verified

10866 /** @see https://pptr.dev/api/puppeteer.screenshotoptions */
10867 screenshotOptions?: Omit<BrowserRunPuppeteerScreenshotOptions, 'encoding'>;
10868};
10869interface BrowserRunJsonBaseOptions {
10870 /** Custom AI models to try in order. Max 3. Falls back to next on error. */
10871 custom_ai?: Array<{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected