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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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 {