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

Function executionIdOf

e2e/cloud/mcp-client-sessions.test.ts:216–217  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

214`;
215
216const executionIdOf = (text: string): string | undefined =>
217 /\bexecutionId:\s*(\S+)/.exec(text)?.[1];
218
219// The session DO tears its runtime down after 5 minutes without a request
220// (SESSION_TIMEOUT_MS in McpSessionDOBase) and rebuilds it from storage on

Callers 1

Calls 1

execMethod · 0.80

Tested by

no test coverage detected