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 a00b20a commit 0a388b6Copy full SHA for 0a388b6
README.md
@@ -402,6 +402,9 @@ mcp = FastMCP("StatefulServer")
402
# Stateless server (no session persistence)
403
mcp = FastMCP("StatelessServer", stateless_http=True)
404
405
+# Stateless server (no session persistence, no sse stream with supported client)
406
+mcp = FastMCP("StatelessServer", stateless_http=True, json_response=True)
407
+
408
# Run server with streamable_http transport
409
mcp.run(transport="streamable-http")
410
```
0 commit comments