Skip to content

Commit f0a03f8

Browse files
committed
Fix Codex rmcp_client docs
1 parent 0aa295e commit f0a03f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ args = ["run", "--rm", "-i",
183183
"ghcr.io/codealive-ai/codealive-mcp:v0.3.0"]
184184
```
185185

186-
**Experimental: Streamable HTTP (requires experimental_use_rmcp_client)**
186+
**Experimental: Streamable HTTP (requires `[features].rmcp_client = true`)**
187187

188-
> **Note:** Streamable HTTP support requires enabling the experimental Rust MCP client in your Codex configuration.
188+
> **Note:** Streamable HTTP support requires `rmcp_client = true` under a `[features]` section in your Codex configuration.
189189
190190
```toml
191191
[mcp_servers.codealive]

0 commit comments

Comments
 (0)