-
Notifications
You must be signed in to change notification settings - Fork 299
mcp: fix broken client root capabilities #698
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
48e9682 to
332eb84
Compare
To address modelcontextprotocol#607, add ClientCapabilities.RootsV2, and populate it when constructing sending and receiving InitializeParams. Also generally improve documentation for protocol types related to capabilities. Fixes modelcontextprotocol#607
332eb84 to
ba3dea7
Compare
4a7943e to
ba3dea7
Compare
jba
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.
After addressing Markus's comments.
|
PTAL: I renamed (Almost another mistake!) |
|
Gentle nudge: this needs reapproval as I address comments and made the nontrivial change to rename to |
To address #607, add ClientCapabilities.RootsV2, and populate it when constructing sending and receiving InitializeParams.
Fixes #607