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.28.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.29.0
Choose a head ref
  • 5 commits
  • 19 files changed
  • 6 contributors

Commits on May 17, 2025

  1. refactor: make CallToolRequest.Arguments more flexible (Breaking Chan…

    …ge) (#287)
    
    * refactor: make CallToolRequest.Arguments more flexible
    
    This change allows for more flexible argument types in CallToolRequest.
    Arguments field is now of type 'any' instead of 'map[string]any'.
    Added GetArguments() and GetRawArguments() methods for backward compatibility.
    
    Fixes #104
    
    * refactor: move tests to tools_test.go
    
    * feat: add BindArguments and helper functions for CallToolRequest
    
    * test: add tests for BindArguments and helper functions
    
    * docs: update README with helper function examples
    
    * update tests
    
    * feat: add more slice helper functions
    
    * Update mcp/tools.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update mcp/tools.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix tests
    
    * implement `NewTypedToolHandlerFunc`
    
    * fix
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    ezynda3 and coderabbitai[bot] authored May 17, 2025
    Configuration menu
    Copy the full SHA
    28c9cc3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    65010c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa6f29 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    420d521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99720bb View commit details
    Browse the repository at this point in the history
Loading