AGENTS.md |
json, package, server, src, version |
GEMINI.md |
json, package, server, src, version |
plugins/README.md |
json, package, server, src, version |
plugins/rtemplate/AGENTS.md |
json, package, server, src, version |
plugins/rtemplate/CLAUDE.md |
json, package, server, src, version |
plugins/rtemplate/GEMINI.md |
json, package, server, src, version |
plugins/rtemplate/README.md |
json, package, server, src, version |
rmcp-releases.json |
json, package, server, src, version |
plugins/rtemplate/.codex-plugin/README.md |
json, package, server, version |
plugins/rtemplate/skills/rtemplate/SKILL.md |
json, server, src, version |
crates/rtemplate-cli/Cargo.toml |
json, package, version |
crates/rtemplate-contracts/Cargo.toml |
json, package, version |
crates/rtemplate-contracts/src/errors.rs |
json, server, version |
crates/rtemplate-observability/Cargo.toml |
json, package, version |
mcp-conformance-head.json |
json, package, version |
mcp-schema-commits.json |
json, server, version |
plugins/rtemplate/skills/scaffold-project/SKILL.md |
json, server, version |
crates/rtemplate-cli/src/doctor/checks.rs |
json, server |
crates/rtemplate-cli/src/doctor/checks_tests.rs |
server, src |
crates/rtemplate-cli/src/setup.rs |
json, server |
crates/rtemplate-cli/src/watch_tests.rs |
server, src |
crates/rtemplate-contracts/src/actions.rs |
json, server |
crates/rtemplate-contracts/src/config_tests.rs |
json, src |
crates/rtemplate-contracts/src/errors_tests.rs |
json, version |
crates/rtemplate-contracts/src/token_limit.rs |
json, server |
| 15 more files |
|
rmcphas a newer published crate release. This template currently pins1.7.0and crates.io now publishes1.8.0.Release Window
1.8.02026-06-23T12:28:57.399938ZMCP Schema Watch
2ec9dc03b0b83d1c2cb09d54e9691cff41658c3d42399e9940e777d05f55b8ab2ec9dc03b0b83d1c2cb09d54e9691cff41658c3d42399e9940e777d05f55b8abfalseRecent schema commits
357adac47ab22026-03-15T17:36:29Zschema: allow null for Task.ttl in generated JSON schemabb676f3b89542026-01-26T23:37:36ZMerge pull request #2055 from halter73/categorize-new-schema528d6a15548d2026-01-22T14:38:20Zfix: format schema.ts files35fa160caf282025-12-02T17:40:07ZCorrect LATEST_PROTOCOL_VERSION40f50ed5df372025-11-25T21:06:46ZAdd 2025-11-25 MCP specification (#1887)Potential schema impact in this repo
Static identifier matches from upstream changes. Treat this as an inspection shortlist, not a complete migration plan.
No direct local references to changed upstream terms were found.
MCP Conformance Watch
32523cc21a344373408c622c772ba09866e581585d7abd5e70512026-06-25T10:26:47ZtrueLatest commit: chore: bump version to 0.2.0-alpha.7 (#367)
New conformance commits
4686e064e2cb2026-06-25T09:57:48Zfix(server-sse-polling): send mcp-protocol-version 2025-11-25 (the version this scenario tests) (#366)5d7abd5e70512026-06-25T10:26:47Zchore: bump version to 0.2.0-alpha.7 (#367)Changed conformance files
package-lock.jsonmodifiedpackage.jsonmodifiedsrc/scenarios/server/sse-polling.tsmodifiedPotential conformance impact in this repo
Static identifier matches from upstream changes. Treat this as an inspection shortlist, not a complete migration plan.
AGENTS.mdjson,package,server,src,versionGEMINI.mdjson,package,server,src,versionplugins/README.mdjson,package,server,src,versionplugins/rtemplate/AGENTS.mdjson,package,server,src,versionplugins/rtemplate/CLAUDE.mdjson,package,server,src,versionplugins/rtemplate/GEMINI.mdjson,package,server,src,versionplugins/rtemplate/README.mdjson,package,server,src,versionrmcp-releases.jsonjson,package,server,src,versionplugins/rtemplate/.codex-plugin/README.mdjson,package,server,versionplugins/rtemplate/skills/rtemplate/SKILL.mdjson,server,src,versioncrates/rtemplate-cli/Cargo.tomljson,package,versioncrates/rtemplate-contracts/Cargo.tomljson,package,versioncrates/rtemplate-contracts/src/errors.rsjson,server,versioncrates/rtemplate-observability/Cargo.tomljson,package,versionmcp-conformance-head.jsonjson,package,versionmcp-schema-commits.jsonjson,server,versionplugins/rtemplate/skills/scaffold-project/SKILL.mdjson,server,versioncrates/rtemplate-cli/src/doctor/checks.rsjson,servercrates/rtemplate-cli/src/doctor/checks_tests.rsserver,srccrates/rtemplate-cli/src/setup.rsjson,servercrates/rtemplate-cli/src/watch_tests.rsserver,srccrates/rtemplate-contracts/src/actions.rsjson,servercrates/rtemplate-contracts/src/config_tests.rsjson,srccrates/rtemplate-contracts/src/errors_tests.rsjson,versioncrates/rtemplate-contracts/src/token_limit.rsjson,serverReview Links
Release Notes
rmcp v1.8.0
Published:
2026-06-23T12:29:09ZRelease:
rmcp-v1.8.0Warning
Despite being a minor version bump, this release contains a source-breaking API change (it should have been
2.0.0). If you depend onrmcp = "1.7", Cargo will resolve to1.8.0automatically and your build may fail. Pin to=1.7.xif you are not ready to migrate.Peer::peer_info()return type changed (#862):This was needed so peer info can be re-set on a duplicate
initialize(it now lives behind anRwLock), which is why a borrow can no longer be returned.Migration: field access still works through
Arc'sDeref. If you need the old&InitializeResult(e.g. you bound the type explicitly), use.as_deref():Added
Fixed
Peer::peer_info()signature, see Breaking Changes aboveOther
Suggested Follow-Up
rmcppins together when rmcp drift is present.cargo update -p rmcp,cargo test, and the MCP dispatch/schema/conformance checks.