Skip to content

fix: recognize 2026-07-28 MCP methods - #1076

Merged
alexhancock merged 1 commit into
mainfrom
fix/async-rw-2026-07-28-registry
Jul 28, 2026
Merged

fix: recognize 2026-07-28 MCP methods#1076
alexhancock merged 1 commit into
mainfrom
fix/async-rw-2026-07-28-registry

Conversation

@DaleSeo

@DaleSeo DaleSeo commented Jul 28, 2026

Copy link
Copy Markdown
Member

Closes #1075.

Motivation and Context

The compatibility parser ignores unknown notifications after deserialization fails. Because the registry was still based on MCP 2025-06-18, a malformed notifications/subscriptions/acknowledged message could be mistaken for an unrelated notification and silently discarded. This change recognizes the current discovery, subscription, and elicitation methods so parse failures surface correctly.

How Has This Been Tested?

cargo test -p rmcp --lib transport::async_rw::test

Breaking Changes

None. Existing legacy method names remain recognized.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@github-actions github-actions Bot added T-core Core library changes T-transport Transport layer changes labels Jul 28, 2026
@DaleSeo DaleSeo self-assigned this Jul 28, 2026
@DaleSeo DaleSeo changed the title fix: recognize 2026 MCP methods fix: recognize 2026-07-28 MCP methods Jul 28, 2026
@DaleSeo
DaleSeo marked this pull request as ready for review July 28, 2026 20:41
@DaleSeo
DaleSeo requested a review from a team as a code owner July 28, 2026 20:41
@alexhancock
alexhancock merged commit 9334c97 into main Jul 28, 2026
22 checks passed
@alexhancock
alexhancock deleted the fix/async-rw-2026-07-28-registry branch July 28, 2026 21:34
@github-actions github-actions Bot mentioned this pull request Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-core Core library changes T-transport Transport layer changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update AsyncRw standard method registry for MCP 2026-07-28

2 participants