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