Skip to content

fix: raise rmcp minimum to 1.8.0 - #133

Merged
Patrick Carney (pcarney8) merged 1 commit into
mainfrom
fix/rmcp-min-version
Jul 22, 2026
Merged

fix: raise rmcp minimum to 1.8.0#133
Patrick Carney (pcarney8) merged 1 commit into
mainfrom
fix/rmcp-min-version

Conversation

@pcarney8

Copy link
Copy Markdown
Contributor

The workspace declared rmcp = "1.2.0" but the code uses APIs that changed by 1.8 (ErrorData/RequestId signatures), so any consumer resolving an older 1.x fails to compile pctx_session_server (E0308). Our own lockfile already resolves 1.8.0; this makes the declared minimum match reality so downstream cargo update is forced onto a working version.

@pcarney8 Patrick Carney (pcarney8) added bug Something isn't working dependencies Pull requests that update a dependency file labels Jul 22, 2026
@pcarney8
Patrick Carney (pcarney8) merged commit 0d0a569 into main Jul 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant