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.27.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.28.0
Choose a head ref
  • 5 commits
  • 23 files changed
  • 4 contributors

Commits on May 15, 2025

  1. feat(tools): implicitly register capabilities (#292)

    When users add tools via AddTool or AddSessionTool, implicitly set the
    tools capability.  If the user has not already called
    WithToolCapabilities, then default listChanged to true, but honor any
    existing value.
    
    This mimics the behavior of the official typescript sdk, which registers
    `tools.listChanged: true` when the user adds a tool to the MCP server.
    david-hamilton-glean authored May 15, 2025
    Configuration menu
    Copy the full SHA
    e7d2547 View commit details
    Browse the repository at this point in the history
  2. fix: Gate notifications on capabilities (#290)

    Servers may report their [tools.listChanged][] capability as false, in
    which case they indicate that they will not send notifications when
    available tools change.
    
    Honor the spec by not sending notifications/tools/list_changed
    notifications when capabilities.tools.listChanged is false.
    
    [tools.listChanged]: https://modelcontextprotocol.io/specification/2025-03-26/server/tools#capabilities
    david-hamilton-glean authored May 15, 2025
    Configuration menu
    Copy the full SHA
    eb835b9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    91ddba5 View commit details
    Browse the repository at this point in the history
  2. fix: type mismatch for request/response ID (#291)

    * fix: type mismatch for request/response ID
    
    * fix: make suggested changes
    pottekkat authored May 16, 2025
    Configuration menu
    Copy the full SHA
    09c23b5 View commit details
    Browse the repository at this point in the history
  3. feat(MCPServer): support logging/setlevel request (#276)

    * feat(MCPServer): support logging/setlevel request
    
    * update template file and adopt coderabbitai suggestion
    cryo-zd authored May 16, 2025
    Configuration menu
    Copy the full SHA
    077f546 View commit details
    Browse the repository at this point in the history
Loading