Skip to content

Commit 5ce1eae

Browse files
committed
minor tweaks
1 parent acad9b2 commit 5ce1eae

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

docs/protocol.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
Transports should not be reused for multiple connections: if you need to create
1515
multiple connections, use different transports.
1616

17-
### Streamable Transport
17+
### Stdio Transport
1818

19-
### Streamable Transport API
19+
### Streamable Transport
2020

21-
The streamable transport API is implemented across three types:
21+
The [streamable
22+
transport](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http)
23+
API is implemented across three types:
2224

2325
- `StreamableHTTPHandler`: an`http.Handler` that serves streamable MCP
2426
sessions.
@@ -92,8 +94,12 @@ for more background.
9294

9395
## Authorization
9496

97+
**TODO**
98+
9599
## Security
96100

101+
**TODO**
102+
97103
## Utilities
98104

99105
### Cancellation

internal/docs/protocol.src.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
Transports should not be reused for multiple connections: if you need to create
1010
multiple connections, use different transports.
1111

12-
### Streamable Transport
12+
### Stdio Transport
1313

14-
### Streamable Transport API
14+
### Streamable Transport
1515

16-
The streamable transport API is implemented across three types:
16+
The [streamable
17+
transport](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http)
18+
API is implemented across three types:
1719

1820
- `StreamableHTTPHandler`: an`http.Handler` that serves streamable MCP
1921
sessions.
@@ -69,8 +71,12 @@ for more background.
6971

7072
## Authorization
7173

74+
**TODO**
75+
7276
## Security
7377

78+
**TODO**
79+
7480
## Utilities
7581

7682
### Cancellation

0 commit comments

Comments
 (0)