MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / makeCloudflareHostConfig

Function makeCloudflareHostConfig

apps/host-cloudflare/src/execution.ts:54–59  ·  view source on GitHub ↗
(config: CloudflareConfig)

Source from the content-addressed store, hash-verified

52 });
53
54export const makeCloudflareHostConfig = (config: CloudflareConfig): Layer.Layer<HostConfig> =>
55 Layer.succeed(HostConfig)({
56 allowLocalNetwork: config.allowLocalNetwork,
57 webBaseUrl: config.webBaseUrl,
58 oauthCallbackPath: "/api/oauth/callback",
59 });
60
61/**
62 * The five execution-stack seams the shared `makeExecutionStack` reads from,

Callers 2

makeCloudflareAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected