Skip to content

Commit b08bc35

Browse files
committed
Update rmcp
1 parent 9b538a8 commit b08bc35

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

codex-rs/Cargo.lock

Lines changed: 8 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ratatui = "0.29.0"
162162
ratatui-macros = "0.6.0"
163163
regex-lite = "0.1.7"
164164
reqwest = "0.12"
165-
rmcp = { version = "0.8.4", default-features = false }
165+
rmcp = { version = "0.8.5", default-features = false }
166166
schemars = "0.8.22"
167167
seccompiler = "0.5.0"
168168
sentry = "0.34.0"
@@ -284,4 +284,4 @@ ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.2
284284
crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
285285

286286
# Uncomment to debug local changes.
287-
# rmcp = { path = "../../rust-sdk/crates/rmcp" }
287+
rmcp = { path = "../../rust-sdk/crates/rmcp" }

0 commit comments

Comments
 (0)