Skip to content

Commit 414cb11

Browse files
committed
fix stateless comments
1 parent 1317767 commit 414cb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/streamableHttp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export interface StreamableHTTPServerTransportOptions {
9393
* - State is maintained in-memory (connections, message history)
9494
*
9595
* In stateless mode:
96-
* - Session ID is only included in initialization responses
96+
* - No Session ID is included in any responses
9797
* - No session validation is performed
9898
*/
9999
export class StreamableHTTPServerTransport implements Transport {

0 commit comments

Comments
 (0)