File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mcp/src/main/java/io/modelcontextprotocol/spec Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
import reactor .core .publisher .Sinks ;
26
26
27
27
/**
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
29
29
* bidirectional JSON-RPC communication with the client.
30
30
*/
31
31
public class McpServerSession implements McpLoggableSession {
Original file line number Diff line number Diff line change 8
8
import reactor .core .publisher .Mono ;
9
9
10
10
/**
11
- * Represents a Model Control Protocol (MCP) session that handles communication between
11
+ * Represents a Model Context Protocol (MCP) session that handles communication between
12
12
* clients and the server. This interface provides methods for sending requests and
13
13
* notifications, as well as managing the session lifecycle.
14
14
*
You can’t perform that action at this time.
0 commit comments