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

Function makeEphemeralDb

apps/cloud/src/mcp/session-durable-object.ts:143–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141};
142
143const makeEphemeralDb = (): CloudSessionDbHandle =>
144 makeDbHandle({ idleTimeout: 0, maxLifetime: 60 });
145
146// The org-resolution + session-runtime services. They DON'T re-provide
147// `DoTelemetryLive` — that would install a second WebSdk tracer in the nested

Callers 1

resolveSessionMetaMethod · 0.85

Calls 1

makeDbHandleFunction · 0.85

Tested by

no test coverage detected