Skip to content

Commit c0564ed

Browse files
authored
chore: update to [email protected] to pick up support for custom client notifications (#7462)
In #7112, I updated our `rmcp` dependency to point to a personal fork while I tried to upstream my proposed change. Now that modelcontextprotocol/rust-sdk#556 has been upstreamed and included in the `0.10.0` release of the crate, we can go back to using the mainline release.
1 parent c936c68 commit c0564ed

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

codex-rs/Cargo.lock

Lines changed: 13 additions & 5 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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ license = "Apache-2.0"
5959
# Internal
6060
app_test_support = { path = "app-server/tests/common" }
6161
codex-ansi-escape = { path = "ansi-escape" }
62+
codex-api = { path = "codex-api" }
6263
codex-app-server = { path = "app-server" }
6364
codex-app-server-protocol = { path = "app-server-protocol" }
6465
codex-apply-patch = { path = "apply-patch" }
6566
codex-arg0 = { path = "arg0" }
6667
codex-async-utils = { path = "async-utils" }
6768
codex-backend-client = { path = "backend-client" }
68-
codex-api = { path = "codex-api" }
69-
codex-client = { path = "codex-client" }
7069
codex-chatgpt = { path = "chatgpt" }
70+
codex-client = { path = "codex-client" }
7171
codex-common = { path = "common" }
7272
codex-core = { path = "core" }
7373
codex-exec = { path = "exec" }
@@ -169,10 +169,10 @@ pulldown-cmark = "0.10"
169169
rand = "0.9"
170170
ratatui = "0.29.0"
171171
ratatui-macros = "0.6.0"
172-
regex-lite = "0.1.7"
173172
regex = "1.12.2"
173+
regex-lite = "0.1.7"
174174
reqwest = "0.12"
175-
rmcp = { version = "0.9.0", default-features = false }
175+
rmcp = { version = "0.10.0", default-features = false }
176176
schemars = "0.8.22"
177177
seccompiler = "0.5.0"
178178
sentry = "0.34.0"
@@ -288,7 +288,6 @@ opt-level = 0
288288
# ratatui = { path = "../../ratatui" }
289289
crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
290290
ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
291-
rmcp = { git = "https://github.com/bolinfest/rust-sdk", branch = "pr556" }
292291

293292
# Uncomment to debug local changes.
294293
# rmcp = { path = "../../rust-sdk/crates/rmcp" }

0 commit comments

Comments
 (0)