Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.1
Choose a base ref
...
head repository: modelcontextprotocol/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.2
Choose a head ref
  • 4 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 8, 2026

  1. Next development version

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    7836ae9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Upgrade to testcontainers 1.21.4 (#743)

    To fix a "docker-machine executable was not found on PATH"
    error with recent Docker versions (impact at least Docker
    4.55 and 4.56).
    sdeleuze authored and tzolov committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    07b4d51 View commit details
    Browse the repository at this point in the history
  2. Fix everything-server-based integration tests (#756)

    * Pin `npx @modelcontextprotocol/server-everything` version to `2025.12.18`.
    * Replace `tzolov/mcp-everything-server` Docker image with `node:lts-alpine` + `npx` command.
    * Handle HTTP 202 special case.
    * Fix test assertions.
    
    The recent rollout of everything-server broke integration tests which take the latest version from the node registry.
    This PR unifies the everything-server usage - the Testcontainers Docker setup uses the same version as the STDIO npx-based tests and no longer relies on tzolov/mcp-everything-server.
    
    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL authored and tzolov committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    fc53c50 View commit details
    Browse the repository at this point in the history
  3. Release version 0.17.2

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    8fa4110 View commit details
    Browse the repository at this point in the history
Loading