Skip to content

Commit 7e18c70

Browse files
authored
Merge pull request #403 from botengyao/fix-comments-stateless
comment: fix stateless comments that no session-id is included in any responses
2 parents dbd439e + 414cb11 commit 7e18c70

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)