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 <jlowin@users.noreply.github.com>
This commit is contained in:
Jeremiah Lowin 2026-03-25 11:00:27 -04:00 committed by GitHub
commit ec5de0d26f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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