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

Function makeEphemeralDb

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

Source from the content-addressed store, hash-verified

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