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.17.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.20.0
Choose a head ref
  • 14 commits
  • 19 files changed
  • 18 contributors

Commits on Mar 29, 2025

  1. add NewToolResultError (#87)

    daimatz authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    ec9e8a2 View commit details
    Browse the repository at this point in the history
  2. refactor(stdio): improve stdio server message handling (#73)

    - Add context-aware message reading with cancellation support
    - Implement graceful EOF handling in input stream processing
    - Add comprehensive error handling and logging
    - Improve notification handling with dedicated goroutine
    
    Co-authored-by: winter_wang <winter_wang@trendmicro.com>
    winterfx and trend-winter-wang authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    2ea0c97 View commit details
    Browse the repository at this point in the history
  3. Add Stderr() Method to StdioMCPClient (#72)

    * for get subprocess stderr log message
    
    * add log fetch test
    mashiike authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    051cda5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. fix java mcp message endpoint (#75)

    * fix java mcp message endpoint
    
    * fix java mcp message endpoint
    
    * fix java mcp message endpoint
    
    ---------
    
    Co-authored-by: Buf Generate <buf-generate@bondee.com>
    a67793581 and Buf Generate authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    6d840a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607d6c2 View commit details
    Browse the repository at this point in the history
  3. feat: add context to hooks (#92)

    feat: new hook: OnRegisterSession
    zahmadsaleem authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    a0e968a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    f3149bf View commit details
    Browse the repository at this point in the history
  2. fix: make the default sse endpoint match the standard one used in the…

    … official servers. Fixes #71 (#91)
    
    Signed-off-by: deadprogram <ron@hybridgroup.com>
    deadprogram authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    d1e5f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7e34c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62cdf71 View commit details
    Browse the repository at this point in the history
  5. Feature/pagination functionality (#107)

    * add pagination functionality
    
    * update test
    
    * solve race problem
    
    * solve race pro
    Jinlkj authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    c7390fe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. feat: add ping for sse server (#80)

    * feat: add ping for sse server
    
    * fix ping message
    
    * Update server/sse.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update server/sse.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update sse.go
    
    * Update sse.go
    
    * Update sse.go
    
    * Update sse.go
    
    * fix ping message
    
    ---------
    
    Co-authored-by: lvchenguang <lvchenguang@zhihu.com>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    cc777fc View commit details
    Browse the repository at this point in the history
  2. fix(client): allow interface to be implemented (#135)

    The addition of the unexported `sendRequest` method prevents external
    packages from implmenting the `MCPClient` interface. Since it is only used
    by the unexported `listByPage`, create an unexported `mcpClient`
    interface, which embeds the exported `MCPClient` as well as the
    `sendRequest` method.
    
    Add build time checking that internal implementations implement the
    unexported interface.
    jkoelker authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    6b923f6 View commit details
    Browse the repository at this point in the history
  3. feat: Tool Handler Middleware (#123)

    * feat: add tool handler middleware capability
    
    * docs: add WithRecovery middleware to the calculator mcp server example
    
    * docs: add tool handler middleware section to the readme
    wimspaargaren authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    b8dc82d View commit details
    Browse the repository at this point in the history
Loading