We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54a81c commit 8cd6446Copy full SHA for 8cd6446
docs/specification/draft/basic/transports.mdx
@@ -180,7 +180,7 @@ server. To support servers which want to establish stateful sessions:
180
securely generated UUID, a JWT, or a cryptographic hash).
181
- The session ID **MUST** only contain visible ASCII characters (ranging from 0x21 to
182
0x7E).
183
-2. If an `Mcp-Session-Id` is returned by the server during initialization, clients using
+2. If an `Mcp-Session-Id` is returned by the server, clients using
184
the Streamable HTTP transport **MUST** include it in the `Mcp-Session-Id` header on
185
all of their subsequent HTTP requests meant for that session.
186
- Servers that require a session ID **SHOULD** respond to requests without an
0 commit comments