Update MCP Java SDK to 0.17.1 to handle unknown protocol fields#146
Merged
Update MCP Java SDK to 0.17.1 to handle unknown protocol fields#146
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: bhauman <2624+bhauman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix error with latest version of Cursor
Update MCP Java SDK to 0.17.1 to handle unknown protocol fields
Jan 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cursor's latest version sends additional fields in MCP protocol messages (e.g.,
forminClientCapabilities$Elicitation) that the SDK wasn't configured to ignore, causing connection failures.Changes
io.modelcontextprotocol.sdk/mcpfrom0.15.0to0.17.1The SDK's 0.15.0 release included a fix (PR #617) to allow unknown properties by default per JSON Schema spec. Version 0.17.1 brings additional protocol improvements and stability fixes.
No code changes required - the SDK update is backward compatible.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
repo.clojars.org/usr/bin/java /usr/bin/java -XX:-OmitStackTraceInFastThrow -classpath /usr/local/lib/clojure/libexec/clojure-tools-1.12.4.1582.jar clojure.main -m clojure.tools.deps.script.make-classpath2 --config-user /home/REDACTED/.config/clojure/deps.edn --config-project deps.edn --basis-file .cpcache/2708516104.basis --cp-file .cpcache/2708516104.cp --jvm-file .cpcache/2708516104.jvm --main-file .cpcache/2708516104.main --manifest-file(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.