You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnawaitPromise.race([operation(newClient),newPromise<T>((_,reject)=>setTimeout(()=>reject(newError(`MCP operation on '${sessionKey}' timed out after 15s.`)),15000))]);
191
+
returnawaitPromise.race([operation(newClient),newPromise<T>((_,reject)=>setTimeout(()=>reject(newError(`MCP operation on '${sessionKey}' timed out after ${timeoutMs/1000}s.`)),timeoutMs))]);
0 commit comments