From ec5de0d26f56fb43b5d8f69aab4a6f4af43a21ae Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:00:27 -0400 Subject: [PATCH] fix(docs): correct misleading stateless_http header (#3622) Co-authored-by: Marvin Context Protocol <41898282+Marvin Context Protocol@users.noreply.github.com> Co-authored-by: Jeremiah Lowin --- docs/deployment/http.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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