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
The method io.modelcontextprotocol.client.McpAsyncClient#listTools() never returns if the result.nextCursor() is an empty string instead of a null #575
I've found in some MCP server implementations the nextCursor in response is empty string instead of null, leading to dead loop in the method of following reference.