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 2525import 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 */
3131public class McpServerSession implements McpLoggableSession {
Original file line number Diff line number Diff line change 88import 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 *
You can’t perform that action at this time.
0 commit comments