Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public Mono<Void> responseStream(McpSchema.JSONRPCRequest jsonrpcRequest, McpStr
/**
* Handle the MCP notification.
* @param notification MCP notification
* @return Mono which completes upon succesful handling
* @return Mono which completes upon successful handling
*/
public Mono<Void> accept(McpSchema.JSONRPCNotification notification) {
return Mono.deferContextual(ctx -> {
Expand Down