Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import reactor.core.publisher.Sinks;

/**
* Represents a Model Control Protocol (MCP) session on the server side. It manages
* Represents a Model Context Protocol (MCP) session on the server side. It manages
* bidirectional JSON-RPC communication with the client.
*/
public class McpServerSession implements McpSession {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import reactor.core.publisher.Mono;

/**
* Represents a Model Control Protocol (MCP) session that handles communication between
* Represents a Model Context Protocol (MCP) session that handles communication between
* clients and the server. This interface provides methods for sending requests and
* notifications, as well as managing the session lifecycle.
*
Expand Down