MCPcopy
hub / github.com/claude-code-best/claude-code / getMcpToolTimeoutMs

Function getMcpToolTimeoutMs

packages/mcp-client/src/execution.ts:151–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149// ============================================================================
150
151function getMcpToolTimeoutMs(): number {
152 return (
153 parseInt(process.env.MCP_TOOL_TIMEOUT || '', 10) ||
154 DEFAULT_MCP_TOOL_TIMEOUT_MS
155 )
156}
157
158function createTimeoutPromise(
159 serverName: string,

Callers 1

callMcpToolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected