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.15.0
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.16.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 30, 2025

  1. Next development version

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    6e9af40 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. feat: enhance error handling with custom error code preservation (#653)

    - Improve McpClientSession error handling to preserve custom error codes
    and data from McpError instances.
    - Add aggregated exception messages to error data field for better debugging.
    - Include test coverage for various McpClientSession error scenarios.
    
    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    476f9db View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    ed85f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa0090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7385253 View commit details
    Browse the repository at this point in the history
  4. feat(schema): support Object type for progressToken (#663)

    Change progressToken from String to Object throughout McpSchema
    to allow both String and Number token types.
    This makes it compliant with the MCP spec.
    
    Resolves: #659
    
    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    b74f6de View commit details
    Browse the repository at this point in the history
  5. Release version 0.16.0

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    d9ea5aa View commit details
    Browse the repository at this point in the history
Loading