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: CrypticCortex/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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 9 contributors

Commits on Jun 24, 2026

  1. Add tests for completion requests targeting missing prompt or resource

    Polish modelcontextprotocolgh-996
    
    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    Kehrlann committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    d015b4e View commit details
    Browse the repository at this point in the history
  2. Change @ParameterizedTest -> @test in HttpServletStatelessServerTrans…

    …port
    
    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    Kehrlann committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    f7d9a64 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. Close response after sending error in McpStreamableServerSession#resp…

    …onseStream (modelcontextprotocol#1041)
    
    Closes modelcontextprotocol#1040
    
    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    Kehrlann authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    ff78191 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Configuration menu
    Copy the full SHA
    30f1adf View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2026

  1. Configuration menu
    Copy the full SHA
    dea53fd View commit details
    Browse the repository at this point in the history
  2. Fix error behavior on unregistered handlers in stateless server handl…

    …er (modelcontextprotocol#800)
    
    Instead of throwing an McpError, it now returns with a JSON-RPC method not found error (-32601), aligned with the stateful implementation.
    
    Closes modelcontextprotocol#784
    maff authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    5d3dece View commit details
    Browse the repository at this point in the history
  3. Introduce AGENTS.md (modelcontextprotocol#1059)

    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    Kehrlann authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    0557b87 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. refactor: add notification handler to stateless servers. (modelcontex…

    …tprotocol#835)
    
    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    Co-authored-by: Daniel Garnier-Moiroux <git@garnier.wf>
    bperhaps and Kehrlann authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    fd00498 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2026

  1. Fix SSE event classification to follow spec for missing event field (m…

    …odelcontextprotocol#913)
    
    Per the SSE specification (WHATWG HTML Living Standard 9.2.6), an event with no explicit event field MUST be dispatched as a message event. HttpClientStreamableHttpTransport previously used strict equality and silently dropped such frames in the reconnect/GET stream path, causing server-initiated notifications to never reach the handler. Extract classification into a package-private isMessageEvent helper and cover with parameterized unit tests.
    
    Closes modelcontextprotocolgh-885
    iaJingda authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    f5aab36 View commit details
    Browse the repository at this point in the history
  2. fix: stop pagination on empty cursors (modelcontextprotocol#954)

    Signed-off-by: Nanook <nanookclaw@users.noreply.github.com>
    Co-authored-by: Nanook <nanookclaw@users.noreply.github.com>
    nanookclaw and nanookclaw authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    27b9152 View commit details
    Browse the repository at this point in the history
  3. Make McpTransportContext.metadata immutable (modelcontextprotocol#1076)

    Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
    iuliiasobolevska authored Aug 7, 2026
    Configuration menu
    Copy the full SHA
    8ee8ccb View commit details
    Browse the repository at this point in the history
Loading