Add support for configured mcp client timeout. (#775)

This commit is contained in:
N. Taylor Mullen
2025-06-05 13:35:00 -07:00
committed by GitHub
parent e59e18251b
commit 1ffe027d8a

View File

@@ -67,6 +67,7 @@ async function connectAndDiscover(
const mcpClient = new Client({
name: 'gemini-cli-mcp-client',
version: '0.0.1',
timeout: mcpServerConfig.timeout,
});
try {