Skip to content

chore(deps): update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.9.0#137

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.modelcontextprotocol-kotlin-sdk-client-0.x
Open

chore(deps): update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.9.0#137
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.modelcontextprotocol-kotlin-sdk-client-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.modelcontextprotocol:kotlin-sdk-client 0.8.30.9.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

modelcontextprotocol/kotlin-sdk (io.modelcontextprotocol:kotlin-sdk-client)

v0.9.0

Compare Source

What's Changed

Breaking Changes
  • Server call handlers now receive a RequestContext — handler lambdas for tools, prompts, and resources have a new context parameter providing access to request metadata (#​515) by @​rnett
  • Ktor extension functions moved from Routing to Route — update call sites: routing { mcpSse() }route("/mcp") { mcpSse() } or use directly in any Route block (#​531) by @​kpavlov
  • StdioServerTransport rethrows CancellationException — cancellation is no longer silently swallowed; ReadBuffer parsing was also fixed (#​571) by @​kpavlov
New Features
  • kotlin-sdk-testing module — new artifact providing an in-process, channel-based TestClientTransport / TestServerTransport for unit testing MCP servers and clients without network I/O (#​505) by @​kpavlov
  • StreamableHttpServerTransport.Configuration — configurable builder for the Streamable HTTP server transport (timeouts, session handling, etc.) (#​560) by @​kpavlov
  • Ktor extensions for Streamable HTTPmcpStreamableHttp() Ktor plugin and routing DSL for mounting a Streamable HTTP MCP server (#​504 by @​devcrocod, #​568 by @​kpavlov)
  • $defs support in ToolSchema — JSON Schema $defs / definitions can now be expressed in tool input schemas (#​526) by @​i1bro
Bug Fixes
  • Fixed SSE transport endpoint resolution for non-root mount paths (#​565) by @​Amaneusz
  • Fixed StdioClientTransport hanging indefinitely by adding proper read timeouts (#​528) by @​kpavlov
Improvements
Dependency Updates
  • Kotest 6.1.2, MockK 1.14.9, AtomicFU 0.31.0, Gradle 9.3.1, Kover 0.9.7

New Contributors

Full Changelog: modelcontextprotocol/kotlin-sdk@0.8.4...0.9.0

v0.8.4

Compare Source

Changes

Full Changelog: modelcontextprotocol/kotlin-sdk@0.8.3...0.8.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.8.4 chore(deps): update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.8.4 Feb 25, 2026
@renovate renovate bot force-pushed the renovate/io.modelcontextprotocol-kotlin-sdk-client-0.x branch 2 times, most recently from 7582719 to c39756f Compare March 5, 2026 11:00
@renovate renovate bot force-pushed the renovate/io.modelcontextprotocol-kotlin-sdk-client-0.x branch from c39756f to 2e8c03c Compare March 5, 2026 19:38
@renovate renovate bot changed the title chore(deps): update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.8.4 chore(deps): update dependency io.modelcontextprotocol:kotlin-sdk-client to v0.9.0 Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants