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: mark3labs/mcp-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.40.0
Choose a base ref
...
head repository: mark3labs/mcp-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.41.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 6 contributors

Commits on Sep 19, 2025

  1. fix(oauth): use oauth-authorization-server discovery before default e…

    …ndpoints (#581)
    
    * fix(oauth): use oauth-authorization-server discovery before default endpoints
    
    When protected resource discovery fails, fallback to RFC 8414
    oauth-authorization-server endpoint before using default endpoints.
    
    * test: improve OAuth fallback test error handling
    trungutt authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    dd0058c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Improve JSON-RPC error handling with typed errors and response constr…

    …uctors (#595)
    
    * feat: add typed JSON-RPC error handling with sentinel errors
    
    * Add JSONRPCResponse constructors for transport layer
    
    * Use constructors in transport layer
    
    * Update client and tests to use new error handling
    
    * Add NewJSONRPCResultResponse constructor and update server usage
    peteski22 authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    7c8a082 View commit details
    Browse the repository at this point in the history
  2. fix: Streamable HTTP client ping response handling (#578)

    * fix: add ping response capability for clients
    
    https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/ping
    
    * fix: add testcase for ping response capability of client
    
    * fix: streamable http test tighten JSON-RPC response (ping ACK) detection
    havasik authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    aefdc0d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. feat: add support for call tool result annotations (#547)

    * fix: tool call result do not have annotations
    
    * fix: annotations parse
    
    * fix: ut
    
    * fix: cr
    
    ---------
    
    Co-authored-by: Ed Zynda <[email protected]>
    Crescent617 and ezynda3 authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    7657c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. format

    ezynda3 committed Sep 27, 2025
    Configuration menu
    Copy the full SHA
    1737192 View commit details
    Browse the repository at this point in the history
Loading