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

Function makeEphemeralDb

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

Source from the content-addressed store, hash-verified

168};
169
170const makeEphemeralDb = (): CloudSessionDbHandle =>
171 makeDbHandle({ idleTimeout: 0, maxLifetime: 60 });
172
173// The org-resolution + session-runtime services. They DON'T re-provide
174// `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