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: graphqlguy/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.
  • 3 commits
  • 6 files changed
  • 4 contributors

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