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

Function makeCloudflareHostConfig

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

Source from the content-addressed store, hash-verified

47 });
48
49export const makeCloudflareHostConfig = (config: CloudflareConfig): Layer.Layer<HostConfig> =>
50 Layer.succeed(HostConfig)({
51 allowLocalNetwork: config.allowLocalNetwork,
52 webBaseUrl: config.webBaseUrl,
53 oauthCallbackPath: "/api/oauth/callback",
54 });
55
56/**
57 * 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