mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Audit v4 docs: fix missing version badges, fill whats-new gaps (#4668)
* Fix missing/wrong 4.0.0 version badges * Fill v4 badge and whats-new gaps found in docs audit
This commit is contained in:
parent
ea7fb8cb2e
commit
cc02df94c5
8 changed files with 45 additions and 2 deletions
|
|
@ -151,6 +151,8 @@ Use `host_origin_protection="auto"` to protect localhost-bound direct servers wh
|
|||
|
||||
### Gateway Routing Headers
|
||||
|
||||
<VersionBadge version="4.0.0" />
|
||||
|
||||
A gateway, load balancer, or reverse proxy in front of your MCP server often needs to route a request before it reads the JSON-RPC body — the body may be an SSE stream, or the gateway may simply want to avoid parsing it. On a connection that negotiates the modern `2026-07-28` protocol, Streamable HTTP clients built on the MCP Python SDK (including FastMCP's own client) attach routing information to each request as HTTP headers so an intermediary can dispatch on headers alone:
|
||||
|
||||
- `Mcp-Method` carries the JSON-RPC method (for example `tools/call`) on every request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue