Skip to content

Commit 577952d

Browse files
quafftzolov
authored andcommitted
Fix typo
1 parent 3e4d5de commit 577952d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcp/src/main/java/io/modelcontextprotocol/spec/McpServerSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import reactor.core.publisher.Sinks;
2626

2727
/**
28-
* Represents a Model Control Protocol (MCP) session on the server side. It manages
28+
* Represents a Model Context Protocol (MCP) session on the server side. It manages
2929
* bidirectional JSON-RPC communication with the client.
3030
*/
3131
public class McpServerSession implements McpLoggableSession {

mcp/src/main/java/io/modelcontextprotocol/spec/McpSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import reactor.core.publisher.Mono;
99

1010
/**
11-
* Represents a Model Control Protocol (MCP) session that handles communication between
11+
* Represents a Model Context Protocol (MCP) session that handles communication between
1212
* clients and the server. This interface provides methods for sending requests and
1313
* notifications, as well as managing the session lifecycle.
1414
*

0 commit comments

Comments
 (0)