Skip to content

Commit 880cc1a

Browse files
mabuyoDaleSeo
authored andcommitted
librarian edits
1 parent b6022d4 commit 880cc1a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/deploy.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ MCP is a stateful protocol that requires session affinity (sticky sessions).
9696

9797
When an MCP client initializes a session with Apollo MCP Server, it receives a session identifier unique to that server instance through the `mcp-session-id` header. You must enable session affinity in your load balancer so that all requests sharing the same `mcp-session-id` are routed to the same backend instance.
9898

99-
**Cloud Provider Support:**
100-
101-
- Most cloud load balancers (ALB, GCP LB) don't support header-based session affinity
102-
- Use Nginx, HAProxy, or Envoy/Istio for proper session routing
99+
Most cloud load balancers (ALB, GCP LB) don't support header-based session affinity. Use Nginx, HAProxy, or Envoy/Istio for proper session routing.
103100

104101
### Scaling Recommendations
105102

0 commit comments

Comments
 (0)