MCPcopy
hub / github.com/codeaashu/claude-code / getMcpServerConnectionBatchSize

Function getMcpServerConnectionBatchSize

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

Source from the content-addressed store, hash-verified

550}
551
552export function getMcpServerConnectionBatchSize(): number {
553 return parseInt(process.env.MCP_SERVER_CONNECTION_BATCH_SIZE || '', 10) || 3
554}
555
556function getRemoteMcpServerConnectionBatchSize(): number {
557 return (

Callers 2

mcpListHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected