You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/architecture.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,11 @@ The transport layer handles the actual communication between clients and servers
75
75
- Uses standard input/output for communication
76
76
- Ideal for local processes
77
77
78
-
2.**SSE transport**
78
+
2.**HTTP with SSE transport**
79
79
- Uses Server-Sent Events for server-to-client messages
80
80
- HTTP POST for client-to-server messages
81
81
82
-
All transports use [JSON-RPC](https://www.jsonrpc.org/) 2.0 to exchange messages. See the [specification](https://spec.modelcontextprotocol.io) for more information.
82
+
All transports use [JSON-RPC](https://www.jsonrpc.org/) 2.0 to exchange messages. See the [specification](https://spec.modelcontextprotocol.io) for detailed information about the Model Context Protocol message format.
0 commit comments