Update dependency io.modelcontextprotocol:kotlin-sdk to v0.8.1 #38
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.
This PR contains the following updates:
0.7.2->0.8.1Release Notes
modelcontextprotocol/kotlin-sdk (io.modelcontextprotocol:kotlin-sdk)
v0.8.1Compare Source
What's Changed
StdioClientTransportto use flows. Fixes #107 by @kpavlovChores
Full Changelog: modelcontextprotocol/kotlin-sdk@0.8.0...0.8.1
v0.8.0Compare Source
🚨 Breaking changes
MCP schema types refactor (#386)
The MCP schema implementation has been updated to the latest MCP spec and reorganized into dedicated packages:
io.modelcontextprotocol.kotlin.sdk.typespackageparamsobjectsMigration:
Minimum JVM version raised to 11 (#394)
The minimum supported JVM version is now 11. Projects running on Java 8 must upgrade their runtime and build toolchain.
Transport.send signature change (#408)
The
Transport.sendmethod now acceptsTransportSendOptions?parameter to support resumption tokens, progress callbacks, and request–response association.Migration:
Update all
Transport.sendimplementations to include the newTransportSendOptions?parameter.Features
Improvements
Bug Fixes
Documentation & Examples
Build & Dependencies
New Contributors
Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.7...0.8.0
v0.7.7Compare Source
What's Changed
InstantwithStringforlastModifiedinAnnotationsby @kpavlov in #383Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.6...0.7.7
v0.7.6Compare Source
What's Changed
Bugfixes
Dependencies
Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.5...0.7.6
v0.7.5Compare Source
What's Changed
WebSocketIntegrationTestfromcommonTesttojvmTestby @devcrocod in #352Dependencies
Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.4...0.7.5
v0.7.4Compare Source
What's Changed
Features
Improvements
Build & CI
Dependencies
Docs
New Contributors
Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.3...0.7.4
v0.7.3Compare Source
What's Changed
Introduce server sessions by @tiginamaria in #198
Capture version at configuration time to avoid configuration cache issue by @jclyne in #291
Add
instructionsstring to the Server and propagate to theInitializeResultby @jclyne in #290Change sample server host from
0.0.0.0to127.0.0.1by @JLLeitschuh in #307Add
StreamableHttpClientTestwith test infrastructure setup and dependencies by @kpavlov in #316Refactor streaming http tests by @kpavlov in #320
Fix Streamable handling to support JSON-only responses by @devcrocod in #309
Chores
New Contributors
Full Changelog: modelcontextprotocol/kotlin-sdk@0.7.2...0.7.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.