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: main
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: 0.13.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on Sep 18, 2025

  1. Release version 0.13.0

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4b435d2 View commit details
    Browse the repository at this point in the history
  2. Next development version

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

Commits on Sep 22, 2025

  1. fix: handle resource not found according to spec (#567)

    see: https://modelcontextprotocol.io/specification/2025-06-18/server/resources#error-handling
    
    Resource not found should send a JSON RPC response such as:
    
    ```json
    {
      "jsonrpc": "2.0",
      "id": 5,
      "error": {
        "code": -32002,
        "message": "Resource not found",
        "data": {
          "uri": "file:///nonexistent.txt"
        }
      }
    }
    ```
    
    This PR also changes some instances where a `McpError` was thrown instead of being passed in the reactive chain with `Mono.error`
    
    functional style
    sdelamo authored and tzolov committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    e5bcb49 View commit details
    Browse the repository at this point in the history
  2. feat: add optional lastModified field to Annotations record with back…

    …ward compatibility (#568)
    
    Resolves #565
    
    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    20b5dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d3e733 View commit details
    Browse the repository at this point in the history
  4. Release version 0.13.1

    Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
    tzolov committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    e54bb50 View commit details
    Browse the repository at this point in the history
  5. Next development version

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