We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbd439e + 414cb11 commit 7e18c70Copy full SHA for 7e18c70
src/server/streamableHttp.ts
@@ -93,7 +93,7 @@ export interface StreamableHTTPServerTransportOptions {
93
* - State is maintained in-memory (connections, message history)
94
*
95
* In stateless mode:
96
- * - Session ID is only included in initialization responses
+ * - No Session ID is included in any responses
97
* - No session validation is performed
98
*/
99
export class StreamableHTTPServerTransport implements Transport {
0 commit comments