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
Describe the solution you'd like StreamableHTTPConnectionParams() Allow the user to pass in an httpx_client_factory to be used when creating the streamablehttp_client
We have some middlewares around clients that allow us to do tracing / metrics / etc. It'd be nice to be able to pass our own client in here.