You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address feedback: remove stateless_http from examples, keep json_response
Remove stateless_http=True from examples to avoid going "all-in" on
stateless before it's properly documented in the MCP spec. Keep
json_response=True for client compatibility.
Changes:
- Remove stateless_http from quickstart and other examples
- Keep json_response=True as recommended option
- Preserve original streamable_config.py ordering and note
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1117,7 +1117,7 @@ Note that `uv run mcp run` or `uv run mcp dev` only supports server using FastMC
1117
1117
1118
1118
### Streamable HTTP Transport
1119
1119
1120
-
> **Note**: Streamable HTTP transport is the recommended transport for production deployments. Consider using `json_response=True` for compatibility with clients that prefer JSON over SSE.
1120
+
> **Note**: Streamable HTTP transport is the recommended transport for production deployments. Use `stateless_http=True` and `json_response=True` for optimal scalability.
0 commit comments