Skip to content

Commit 952d2f9

Browse files
committed
Fix formatting of stateless server example in README
1 parent d002b51 commit 952d2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ mcp = FastMCP("StatefulServer")
400400
# Stateless server (no session persistence)
401401
mcp = FastMCP("StatelessServer", stateless_http=True)
402402

403-
# Stateless server (no session persistence, no sse stream with supported client)
403+
# Stateless server (no session persistence, no sse stream with supported client)
404404
mcp = FastMCP("StatelessServer", stateless_http=True, json_response=True)
405405

406406
# Run server with streamable_http transport

0 commit comments

Comments
 (0)