diff --git a/mcp-core/src/main/java/io/modelcontextprotocol/spec/McpStreamableServerSession.java b/mcp-core/src/main/java/io/modelcontextprotocol/spec/McpStreamableServerSession.java index e7fac7b0d..ccc345436 100644 --- a/mcp-core/src/main/java/io/modelcontextprotocol/spec/McpStreamableServerSession.java +++ b/mcp-core/src/main/java/io/modelcontextprotocol/spec/McpStreamableServerSession.java @@ -243,7 +243,7 @@ public Mono 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 accept(McpSchema.JSONRPCNotification notification) { return Mono.deferContextual(ctx -> {