-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Protocol 2025-06-18 allows a new type resource_link of tool result content: https://modelcontextprotocol.io/specification/2025-06-18/server/tools#resource-links
It is only provided for tool results and not for prompt results, so supporting this might need to modify the PromptMessageContent sealed hierarchy.
Describe the solution you'd like
- Make a new
ToolResultContentsealed hierarchy that share sub-classes with thePromptMessageContentsealed hierarchy. - Add a new
ResourceLinkContentsubclass to that new sealed hiearchy.
Describe alternatives you've considered
N/A
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request