MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getRemoteMcpServerConnectionBatchSize

Function getRemoteMcpServerConnectionBatchSize

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

Source from the content-addressed store, hash-verified

554}
555
556function getRemoteMcpServerConnectionBatchSize(): number {
557 return (
558 parseInt(process.env.MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE || '', 10) ||
559 20
560 )
561}
562
563function isLocalMcpServer(config: ScopedMcpServerConfig): boolean {
564 return !config.type || config.type === 'stdio' || config.type === 'sdk'

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected