Skip to content

Commit f137a03

Browse files
committed
Update architecture.mdx
1 parent 69212f3 commit f137a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ The transport layer handles the actual communication between clients and servers
7575
- Uses standard input/output for communication
7676
- Ideal for local processes
7777

78-
2. **SSE transport**
78+
2. **HTTP with SSE transport**
7979
- Uses Server-Sent Events for server-to-client messages
8080
- HTTP POST for client-to-server messages
8181

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.
8383

8484
### Message types
8585

0 commit comments

Comments
 (0)