File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1414Transports should not be reused for multiple connections: if you need to create
1515multiple 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
Original file line number Diff line number Diff line change 99Transports should not be reused for multiple connections: if you need to create
1010multiple 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
You can’t perform that action at this time.
0 commit comments