Skip to content

Commit abccd3e

Browse files
authored
[MCP] Update rmcp to 0.8.3 (#5542)
Picks up modelcontextprotocol/rust-sdk#497 which fixes #5208 by allowing 204 response to MCP initialize notifications instead of just 202.
1 parent 0f4fd33 commit abccd3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codex-rs/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ratatui = "0.29.0"
153153
ratatui-macros = "0.6.0"
154154
regex-lite = "0.1.7"
155155
reqwest = "0.12"
156-
rmcp = { version = "0.8.2", default-features = false }
156+
rmcp = { version = "0.8.3", default-features = false }
157157
schemars = "0.8.22"
158158
seccompiler = "0.5.0"
159159
sentry = "0.34.0"

0 commit comments

Comments
 (0)