Skip to content

chore(deps): bump io.modelcontextprotocol.sdk:mcp-spring-webflux from 0.7.0 to 0.10.0 #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps io.modelcontextprotocol.sdk:mcp-spring-webflux from 0.7.0 to 0.10.0.

Release notes

Sourced from io.modelcontextprotocol.sdk:mcp-spring-webflux's releases.

v0.10.0

MCP Java SDK Release Notes

Features

  • URI Template Support (PR #208): Added URI template functionality for MCP resources, allowing dynamic resource URIs with variables in the format {variableName}. This enables:

    • More flexible resource definitions
    • Automatic extraction of variable values from request URIs
    • Validation of template arguments in completions
    • Matching of request URIs against templates
  • Completion Feature (PR #173): Added support for the completion feature according to the MCP specification, enabling auto-completion suggestions in client applications.

  • JSON Schema Improvements (PR #146): Added support for $defs and definitions properties in JsonSchema record to handle JSON Schema references properly, enabling more complex schema structures with reusable components.

  • Server Instructions Access (PR #148): Enabled the MCP Client to read the Server instructions, exposing optional instruction data defined in the MCP specification.

Bug Fixes

  • Context Propagation (PR #154): Fixed context propagation to transport, ensuring reactor context is properly propagated up to the transport layer.
  • Code Cleanup (PR #228): Removed temporary delegate implementation from McpAsyncServer that was left after deprecation.
  • Error Messages (PR #171): Fixed "method not found" error message for server, improving error reporting.
  • Documentation (PR #149): Fixed javadoc errors for improved API documentation.

Contributors

We'd like to thank the following contributors for their work on this release:

v0.9.0

MCP Java SDK Release Notes

Breaking Changes ⚠️

There is one minor API breaking change that should not cause significant issues:

The type of the McpSchema.JSONRPCNotification params field has been changed from Map<String, Object> to Object. This affects the signature of the sendNotification method in both McpClientSession and McpServerSession and the signature of the notifyClients method in McpServerTransportProvider.

New Features

... (truncated)

Commits
  • 6307f06 Release version 0.10.0
  • 0069c97 Remove temporary delegate impl from McpAsyncServer
  • eae3840 fix: Mockito inline mocking for Java 21+ (#207)
  • e34babb Add missing isInitialized method to McpSyncClient (#181)
  • e610d85 feat: Add customizable URI template manager factory to MCP server
  • 261554b fix: propagate Reactor Context into client transport chain (#154)
  • 9c92a2b Fix javadoc references and formatting (#149)
  • f70b98b feat(schema): add support for JSON Schema $defs and definitions (#146)
  • 86e3e90 Fix typo in WebFluxSseIntegrationTests (#142)
  • 866732c Polish #33
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [io.modelcontextprotocol.sdk:mcp-spring-webflux](https://github.com/modelcontextprotocol/java-sdk) from 0.7.0 to 0.10.0.
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v0.7.0...v0.10.0)

---
updated-dependencies:
- dependency-name: io.modelcontextprotocol.sdk:mcp-spring-webflux
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 9, 2025
@dependabot dependabot bot requested a review from patwlan as a code owner June 9, 2025 22:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants