MCPcopy Create free account
hub / github.com/modelcontextprotocol/inspector / getMCPTaskTtl

Function getMCPTaskTtl

client/src/utils/configUtils.ts:57–59  ·  view source on GitHub ↗
(config: InspectorConfig)

Source from the content-addressed store, hash-verified

55 };
56};
57export const getMCPTaskTtl = (config: InspectorConfig): number => {
58 return config.MCP_TASK_TTL.value as number;
59};
60
61export const getInitialTransportType = ():
62 | "stdio"

Callers 2

callToolFunction · 0.90
createReceiverTaskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected