feat: add listChanged capability flags#17
Closed
dsp-ant wants to merge 0 commit into
Closed
Conversation
83232bd to
52aa02b
Compare
0033659 to
cd9e825
Compare
jspahrsummers
approved these changes
Oct 3, 2024
cd9e825 to
335bb87
Compare
jspahrsummers
pushed a commit
that referenced
this pull request
Mar 12, 2025
Update Python guide to use create-mcp-server
tadasant
pushed a commit
that referenced
this pull request
Jun 8, 2026
Cross-referenced the open issues in experimental-ext-server-card so the charter does not assert things the WG is still deciding: - Reference Implementation: cite python-sdk#2696 (open, in review) as the in-progress SDK reference impl instead of claiming none exists (#16). - Stop presenting .well-known as locked: add a discovery-mechanism open item for the .well-known-vs-GET-on-URL question (#12) and make the IANA registration conditional on that outcome. - Align the path/media-type open items with the reference impl's slash-form vote (#11) and the application/mcp-server-card+json direction (#9). - Add an auth-shape open item flagging the limited initial shape and the additive SEP-2742 auth fast-follow / forward-compat requirement (#13, #17). - Note that whether to add primitive listings is itself open (#10). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This PR enhances the
ServerCapabilitiesinterface to provide more granular control over notifications for changes in prompts, resources, and tools.Changes
listChangedboolean flag toprompts,resources, andtoolsobjects.