We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcdbee commit 1680a27Copy full SHA for 1680a27
mcp/src/main/java/io/modelcontextprotocol/client/McpAsyncClient.java
@@ -245,6 +245,8 @@ private void handleException(Throwable t) {
245
if (previous != null) {
246
previous.close();
247
}
248
+ // Providing an empty operation since we are only interested in triggering the
249
+ // implicit initialization step.
250
withSession("re-initializing", result -> Mono.empty()).subscribe();
251
252
0 commit comments