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

Function makeEphemeralDb

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

Source from the content-addressed store, hash-verified

140};
141
142const makeEphemeralDb = (): CloudSessionDbHandle =>
143 makeDbHandle({ idleTimeout: 0, maxLifetime: 60 });
144
145// The org-resolution + session-runtime services. They DON'T re-provide
146// `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