-
Notifications
You must be signed in to change notification settings - Fork 81
Add _meta Field #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add _meta Field #129
Conversation
|
And this time I did run all the tests also so it should pass the check. |
|
I struggle a bit with adding |
|
@chr-hertel I just need it. I tried to make MCP widget for Openai so I need to be able to define _meta for tool and ressource. |
chr-hertel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me - thanks 👍
Requested changes have been applied
|
@kaipiyann please squash your changes to a single signed commit |
|
@chr-hertel : Signed and squashed ! |
Add _meta field to schema
Motivation and Context
Field meta from the spec is missing
https://modelcontextprotocol.io/specification/2025-06-18/basic#meta
How Has This Been Tested?
Tested with MCP Inspector
Breaking Changes
No
Types of changes
Checklist