Skip to content

chore(deps): bump mcp-kotlin from 0.9.0 to 0.10.0 in /samples/weather-stdio-server#654

Merged
kpavlov merged 1 commit intomainfrom
dependabot/gradle/samples/weather-stdio-server/mcp-kotlin-0.10.0
Mar 30, 2026
Merged

chore(deps): bump mcp-kotlin from 0.9.0 to 0.10.0 in /samples/weather-stdio-server#654
kpavlov merged 1 commit intomainfrom
dependabot/gradle/samples/weather-stdio-server/mcp-kotlin-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps mcp-kotlin from 0.9.0 to 0.10.0.
Updates io.modelcontextprotocol:kotlin-sdk-client from 0.9.0 to 0.10.0

Release notes

Sourced from io.modelcontextprotocol:kotlin-sdk-client's releases.

0.10.0

Highlights

This release adds MCP conformance testing infrastructure, SSE reconnection support, Tasks protocol types, resource template matching, and
tool execution properties. It also completes a deprecation cycle — removing all previously deprecated (error-level) symbols from io.modelcontextprotocol.kotlin.sdk in favor of their replacements in io.modelcontextprotocol.kotlin.sdk.types.

Breaking Changes

  • Deprecation cycle completed — All symbols deprecated at ERROR level in 0.9.0 have been removed by @​devcrocod (#615). This includes
    the entire io.modelcontextprotocol.kotlin.sdk.types.kt compatibility file (type aliases such as CallToolResult, CancelledNotification, ClientCapabilities, CompleteRequest, etc.) and the legacy McpJson in io.modelcontextprotocol.kotlin.sdk. Migrate to the equivalents in io.modelcontextprotocol.kotlin.sdk.types.
  • SSE/Streamable HTTP transport changesStreamableHttpClientTransport now accepts ReconnectionOptions for configurable retry behavior by @​devcrocod (#585, #596). The previous constructor signatures remain available.

Features

  • MCP conformance test infrastructure — Comprehensive conformance test suite covering core protocol operations, tool calls, elicitation, resources, prompts, and 20 OAuth/auth scenarios. Includes CI workflow, baseline tracking, and shell runner by @​devcrocod (#585)
  • SSE reconnection with retry support — Client transports now support configurable reconnection with exponential backoff via
    ReconnectionOptions (initial delay, max delay, multiplier, max retries) by @​devcrocod (#596)
  • Tasks protocol types — Added Task, TaskStatus, and related models per the MCP tasks specification by @​devcrocod (#566)
  • Resource templates with basic template matcher — Server-side support for URI template-based resource matching by @​kpavlov (#502, #606)
  • Tool execution propertiesTool now exposes execution properties for richer tool metadata by @​devcrocod (#567)

Bug Fixes

  • Notifications not delivered over Streamable HTTP — Fixed server-side notification delivery for Streamable HTTP transport sessions by @​kpavlov (#587, #599)
  • Conformance: SEP-1330 enum schemas — Corrected elicitation enum schemas in conformance tests by @​kpavlov (#600)

Documentation

Maintenance

Full Changelog: 0.9.0...0.10.0

Commits
  • 5ad0492 chore: bump project version to 0.10.0 in gradle.properties
  • bd4cf0c docs: add missing KDoc comments for public functions, properties, and classes...
  • c77ebe0 refactor(core): Fix Kotlin language and api version to 2.1 in build config (#...
  • cd91eed chore: simplify and clean up CI workflows (#617)
  • 435698a refactor(integration-test): modernize ts tests, update versions, rename SSE -...
  • 5583990 chore: deprecation cycle (#615)
  • 55afb63 chore(deps): bump gradle-wrapper from 9.3.1 to 9.4.1 (#614)
  • fd3a858 feat: add tasks models (#566)
  • 62e4e50 docs: update AGENTS.md (#612)
  • ee6561c feat: #502 resource templates with basic template matcher (#606)
  • Additional commits viewable in compare view

Updates io.modelcontextprotocol:kotlin-sdk-server from 0.9.0 to 0.10.0

Release notes

Sourced from io.modelcontextprotocol:kotlin-sdk-server's releases.

0.10.0

Highlights

This release adds MCP conformance testing infrastructure, SSE reconnection support, Tasks protocol types, resource template matching, and
tool execution properties. It also completes a deprecation cycle — removing all previously deprecated (error-level) symbols from io.modelcontextprotocol.kotlin.sdk in favor of their replacements in io.modelcontextprotocol.kotlin.sdk.types.

Breaking Changes

  • Deprecation cycle completed — All symbols deprecated at ERROR level in 0.9.0 have been removed by @​devcrocod (#615). This includes
    the entire io.modelcontextprotocol.kotlin.sdk.types.kt compatibility file (type aliases such as CallToolResult, CancelledNotification, ClientCapabilities, CompleteRequest, etc.) and the legacy McpJson in io.modelcontextprotocol.kotlin.sdk. Migrate to the equivalents in io.modelcontextprotocol.kotlin.sdk.types.
  • SSE/Streamable HTTP transport changesStreamableHttpClientTransport now accepts ReconnectionOptions for configurable retry behavior by @​devcrocod (#585, #596). The previous constructor signatures remain available.

Features

  • MCP conformance test infrastructure — Comprehensive conformance test suite covering core protocol operations, tool calls, elicitation, resources, prompts, and 20 OAuth/auth scenarios. Includes CI workflow, baseline tracking, and shell runner by @​devcrocod (#585)
  • SSE reconnection with retry support — Client transports now support configurable reconnection with exponential backoff via
    ReconnectionOptions (initial delay, max delay, multiplier, max retries) by @​devcrocod (#596)
  • Tasks protocol types — Added Task, TaskStatus, and related models per the MCP tasks specification by @​devcrocod (#566)
  • Resource templates with basic template matcher — Server-side support for URI template-based resource matching by @​kpavlov (#502, #606)
  • Tool execution propertiesTool now exposes execution properties for richer tool metadata by @​devcrocod (#567)

Bug Fixes

  • Notifications not delivered over Streamable HTTP — Fixed server-side notification delivery for Streamable HTTP transport sessions by @​kpavlov (#587, #599)
  • Conformance: SEP-1330 enum schemas — Corrected elicitation enum schemas in conformance tests by @​kpavlov (#600)

Documentation

Maintenance

Full Changelog: 0.9.0...0.10.0

Commits
  • 5ad0492 chore: bump project version to 0.10.0 in gradle.properties
  • bd4cf0c docs: add missing KDoc comments for public functions, properties, and classes...
  • c77ebe0 refactor(core): Fix Kotlin language and api version to 2.1 in build config (#...
  • cd91eed chore: simplify and clean up CI workflows (#617)
  • 435698a refactor(integration-test): modernize ts tests, update versions, rename SSE -...
  • 5583990 chore: deprecation cycle (#615)
  • 55afb63 chore(deps): bump gradle-wrapper from 9.3.1 to 9.4.1 (#614)
  • fd3a858 feat: add tasks models (#566)
  • 62e4e50 docs: update AGENTS.md (#612)
  • ee6561c feat: #502 resource templates with basic template matcher (#606)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Dependency updates kotlin Kotlin-related changes samples Sample projects and examples labels Mar 30, 2026
Bumps `mcp-kotlin` from 0.9.0 to 0.10.0.

Updates `io.modelcontextprotocol:kotlin-sdk-client` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases)
- [Commits](0.9.0...0.10.0)

Updates `io.modelcontextprotocol:kotlin-sdk-server` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases)
- [Commits](0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: io.modelcontextprotocol:kotlin-sdk-client
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.modelcontextprotocol:kotlin-sdk-server
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@kpavlov kpavlov force-pushed the dependabot/gradle/samples/weather-stdio-server/mcp-kotlin-0.10.0 branch from 64c8e61 to eb8bc24 Compare March 30, 2026 09:41
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@kpavlov kpavlov merged commit 7ed57f9 into main Mar 30, 2026
24 checks passed
@kpavlov kpavlov deleted the dependabot/gradle/samples/weather-stdio-server/mcp-kotlin-0.10.0 branch March 30, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates kotlin Kotlin-related changes samples Sample projects and examples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants