deps(deps): bump io.modelcontextprotocol:kotlin-sdk from 0.8.1 to 0.9.0#539
deps(deps): bump io.modelcontextprotocol:kotlin-sdk from 0.8.1 to 0.9.0#539dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
3a98188 to
da42be9
Compare
|
@dependabot rebase |
Bumps [io.modelcontextprotocol:kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk) from 0.8.1 to 0.8.4. - [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases) - [Commits](modelcontextprotocol/kotlin-sdk@0.8.1...0.8.4) --- updated-dependencies: - dependency-name: io.modelcontextprotocol:kotlin-sdk dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
da42be9 to
f6e5f47
Compare
PR ReviewVersion Mismatch — Needs AttentionThe PR title and description say this bumps from 0.8.1 → 0.8.4, but the actual diff upgrades to 0.9.0: -mcp-sdk = "0.8.1"
+mcp-sdk = "0.9.0"This is a significant discrepancy. The PR body only documents release notes through 0.8.4 and doesn't cover what changed in 0.9.0. A minor version bump (0.8.x → 0.9.0) may introduce breaking changes not disclosed here. Breaking Change in 0.8.3 (in scope per the PR description)The 0.8.3 release notes document a breaking change:
Impact on this codebase: The project uses Recommendations
|
|
@claude ignore the version issue. What needs to be done for this upgrade to work? |
|
Claude finished @rustyrazorblade's task in 2m 39s —— View job Analysis: MCP SDK Upgrade RequirementsRoot CauseThe SDK 0.9.0 changed the
Fix AppliedUpdated
The Tasks
CI should now pass. The fix is in commit |
The 0.9.0 SDK changed addTool() handler from (CallToolRequest) -> CallToolResult to suspend (ClientConnection, CallToolRequest) -> CallToolResult. Co-authored-by: Jon Haddad <rustyrazorblade@users.noreply.github.com>
Dependency Bump Review:
|
Code Coverage
|
|
A newer version of io.modelcontextprotocol:kotlin-sdk exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps io.modelcontextprotocol:kotlin-sdk from 0.8.1 to 0.8.4.
Release notes
Sourced from io.modelcontextprotocol:kotlin-sdk's releases.
Commits
cc8cc76chore: prepare for 0.8.458575baKtor extensions for streamable http (#504)6969176Add $defs to ToolSchema and tests (#526)4811936bump: update version to 0.8.3 (#488)bfb0516ci: Update gradle-publish.yml1e4003fci: re-enable publishing release workflow4d50502fix(stdio-client)!: Stdio- and StreamableHttpClientTransport should throw Mcp...9f16ae4chore(ci): Update deploy pipeline (#485)ad7f372Prepare for release version 0.8.2 (#461)c73507bfix conformance tests (#483)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)