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 6e9af40 commit 375d863Copy full SHA for 375d863
mcp-core/src/main/java/io/modelcontextprotocol/spec/McpClientSession.java
@@ -241,7 +241,7 @@ private Mono<Void> handleIncomingNotification(McpSchema.JSONRPCNotification noti
241
* prefix with an atomic counter to ensure uniqueness.
242
* @return A unique request ID string
243
*/
244
- private String generateRequestId() {
+ protected String generateRequestId() {
245
return this.sessionPrefix + "-" + this.requestCounter.getAndIncrement();
246
}
247
0 commit comments