-
Notifications
You must be signed in to change notification settings - Fork 2.6k
SEP: Elicitation Enum Schema Improvements and Standards Compliance #1246
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
base: main
Are you sure you want to change the base?
Conversation
cb9aeb0
to
c0ee761
Compare
5cd415c
to
136b2ee
Compare
136b2ee
to
8728fe2
Compare
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.
Hi @chughtapan thanks for this - I notice you've marked this as a SEP, those are generally for enhancements to the protocol itself i.e. at github.com/mode
Is this meant as an attachment to a SEP or do you plan on creating one?
Its an attachment for modelcontextprotocol/modelcontextprotocol#1330 |
The merge commit 6dc50e2 accidentally removed two test sections: - Valid list[str] multi-select test in test_elicitation_with_optional_fields - Complete test_elicitation_with_enum_titles test function This commit restores both deleted tests.
Motivation and Context
This PR implements the changes required to implement multi-select enums in modelcontextprotocol/modelcontextprotocol#1330
How Has This Been Tested?
All new and existing tests pass
Breaking Changes
No
Types of changes
Checklist
Additional context