We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef44f9 commit 99f3ec1Copy full SHA for 99f3ec1
1 file changed
docs/specification/draft/basic/transports.mdx
@@ -184,7 +184,7 @@ servers which want to establish stateful sessions:
184
securely generated UUID, a JWT, or a cryptographic hash).
185
- The session ID **MUST** only contain visible ASCII characters (ranging from 0x21 to
186
0x7E).
187
-2. If an `Mcp-Session-Id` is returned by the server, clients using
+2. If an `Mcp-Session-Id` is returned by the server during initialization, clients using
188
the Streamable HTTP transport **MUST** include it in the `Mcp-Session-Id` header on
189
all of their subsequent HTTP requests meant for that session.
190
- Servers that require a session ID **SHOULD** respond to requests without an
0 commit comments