Add support for configured mcp client timeout. (#775)
This commit is contained in:
parent
e59e18251b
commit
1ffe027d8a
|
@ -67,6 +67,7 @@ async function connectAndDiscover(
|
||||||
const mcpClient = new Client({
|
const mcpClient = new Client({
|
||||||
name: 'gemini-cli-mcp-client',
|
name: 'gemini-cli-mcp-client',
|
||||||
version: '0.0.1',
|
version: '0.0.1',
|
||||||
|
timeout: mcpServerConfig.timeout,
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue