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.43.1
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.43.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 24, 2025

  1. remove coverage for now

    ezynda3 committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4522798 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. fix: notification break the client tool call (#642)

    * feat: client roots feature
    
    * feat: finish client roots, pass unit and integration test
    
    * client roots http sample code
    
    * client roots for stdio and pass integration test
    
    * update roots stio client example
    
    * add godoc and const of rootlist
    
    * update godoc and data format
    
    * update examples for client roots
    
    * add fallback for demonstration
    
    * adjust roots path and signals of examples
    
    * update roots http client example
    
    * samples: fix unit test and refactor with lint
    
    * examples: refactor to adapt windows os and nitpick comments
    
    * update for nitpick comments
    
    * refactor for nitpick comments
    
    * fix: notifications breaking the tool call
    Signed-off-by: hai.yue <[email protected]>
    
    * add a regression test #642 (comment)
    Signed-off-by: hai.yue <[email protected]>
    yuehaii authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    6bd3269 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. fix: handle either $defs or definitions field when unmarshaling ToolA…

    …rgumentsSchema (#645)
    
    Older versions of the JSON Schema spec use the "definitions" field,
    while newer versions use "$defs". This can be seen in the Honeycomb
    MCP, which uses "definitions".
    
    This commit adds support for both fields, and prefers "$defs" over
    "definitions" if both are present.
    sd2k authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    670a95a View commit details
    Browse the repository at this point in the history
Loading