From c9cb1ecb81bfe2bc5c290812d20f55e47202f408 Mon Sep 17 00:00:00 2001 From: kittimzhe Date: Tue, 18 Aug 2026 09:18:57 +0800 Subject: [PATCH] Fix typo in Javadoc of McpStreamableServerSession --- .../modelcontextprotocol/spec/McpStreamableServerSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> {