mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
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:
parent
145dbbfb4c
commit
ec5de0d26f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue