diff --git a/CHANGELOG.md b/CHANGELOG.md index ee01134..f0b61c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Declared `rmcp` minimum raised from 1.2.0 to 1.8.0, the version the code + actually requires. With the understated minimum, downstream consumers of the + git-dep crates could resolve an older rmcp and fail to compile + `pctx_session_server`. + ## [v0.7.3] - 2026-07-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 32260c5..c905aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tower-http = "0.6" utoipa = "5" # MCP -rmcp = "1.2.0" +rmcp = "1.8.0" reqwest = { version = "0.13.2", default-features = false } # Logging & Telemetry