Skip to content

Commit 4d6a3d3

Browse files
committed
AI style guide suggestions
1 parent d5c0d99 commit 4d6a3d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/deploy.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ Most cloud load balancers (ALB, GCP LB) don't support header-based session affin
100100

101101
#### Stateless mode
102102

103-
While MCP is a stateful protocol by default, the Streamable HTTP transport does support operating in a stateless mode.
104-
This means that the session id will not be passed back and forth between the client and server and each request made to the MCP server happens in its own HTTP POST.
103+
Although MCP is a stateful protocol by default, the Streamable HTTP transport supports operating in a stateless mode.
104+
This means that the session ID will not be passed back and forth between the client and server and each request made to the MCP server happens in its own HTTP POST.
105105
Disabling the session state being managed in memory by a single host allows for horizontal scaling of the server, though could lead to unknown issues if your MCP client has a dependency on sticky sessions.
106106

107-
Stateless mode can be configured in the transport config section,
107+
You can configure stateless mode in the transport config section:
108108

109109
```yaml
110110
transport:

0 commit comments

Comments
 (0)