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 b48b63e commit e4446c9Copy full SHA for e4446c9
mcp/src/main/java/io/modelcontextprotocol/client/McpAsyncClient.java
@@ -490,6 +490,10 @@ private RequestHandler<McpSchema.ListRootsResult> rootsListRequestHandler() {
490
};
491
}
492
493
+
494
+ // --------------------------
495
+ // Ping - The receiver MUST respond promptly with an empty response
496
497
private RequestHandler<Object> pingRequestHandler() {
498
return params -> Mono.just(Map.of());
499
0 commit comments