diff --git a/docs/deployment/http.mdx b/docs/deployment/http.mdx index dae10b47a..caba09c47 100644 --- a/docs/deployment/http.mdx +++ b/docs/deployment/http.mdx @@ -625,7 +625,7 @@ You might expect sticky sessions (session affinity) to solve this, but they don' For horizontally scaled deployments, enable stateless HTTP mode. In stateless mode, each request creates a fresh transport context, eliminating the need for session affinity entirely. -**Option 1: Via constructor** +**Option 1: Via `http_app()`** ```python from fastmcp import FastMCP