fix Prompt
type gaps with 2025-06-18 spec
#153
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 and Context
add
title
field to prompt argument 701f6faPromptArgument extends BaseMetadata
, which includes both name andtitle
add
_meta
field toPrompt
390e6b8https://github.com/modelcontextprotocol/modelcontextprotocol/blob/51e093b8ebfde5e968879024566b7380d30c52d0/schema/2025-06-18/schema.ts#L680-L683
How Has This Been Tested?
updated existing tests for prompt construction to include meta field and argument titles.
Breaking Changes
None
Types of changes
Checklist
Additional context
simplifying sharing
BaseMetadata
behaviour with a module mixin' coming in follow up PR - wip ; e2a8f27