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
Expected Behavior
The McpClientTransport builder should expose method to set read timeout of HTTP request, and requestTimeout of McpClient should be applied to its underlying McpClientTransport.
Current Behavior HttpRequest is created by HttpClientSseClientTransport and HttpClientStreamableHttpTransport but without setting timeout.