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
simpleStreamableHttp The client calls the tool normally for the first time, and the second time will time out. This is because the code initialized by the client is as follows:
If the value of resumptionToken is not empty, the GET request will be called in the StreamableHTTPClientTransport, and the request will be replayed. This should be a scenario where the client interrupts and needs to reconnect. ResumptionToken should be configured.