MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getConnectionTimeoutMs

Function getConnectionTimeoutMs

src/services/mcp/client.ts:456–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454])
455
456function getConnectionTimeoutMs(): number {
457 return parseInt(process.env.MCP_TIMEOUT || '', 10) || 30000
458}
459
460/**
461 * Default timeout for individual MCP requests (auth, tool calls, etc.)

Callers 1

client.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected