Skip to content

Commit 93c2332

Browse files
Update deploy.mdx
1 parent fdde36a commit 93c2332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/deploy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ Because [MCP is a stateful protocol](https://modelcontextprotocol.io/docs/learn/
6363

6464
When the 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 ("sticky sessions") in your load balancer so that all requests that share the same `mcp-session-id` are routed to the same backend instance.
6565

66-
If the load balancer routes subsequent requests to a different instance, Apollo MCP Server will reject the request as unauthorized.
66+
If the load balancer routes subsequent requests to a different instance, Apollo MCP Server rejects the request because it doesn't recognize the session id.
6767

68-
Many load balancers offered by major cloud vendors don't support header-based session affinity. If yours does not, use software such as Nginx, HAProxy, or Envoy/Istio in front of your Apollo MCP Server instances.
68+
Many load balancers offered by major cloud vendors don't support header-based session affinity. If yours does not, use software such as Nginx, HAProxy, or Envoy/Istio in front of the Apollo MCP Server instances.

0 commit comments

Comments
 (0)