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