Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
function
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.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected