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.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.28.0
Choose a head ref
  • 14 commits
  • 36 files changed
  • 6 contributors

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    35f8a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b3cb6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. chore: add issue and pull request templates (#281)

    * chore: add issue templates
    
    * chore: add pull request template
    
    * fix: typo
    pottekkat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    87ebb66 View commit details
    Browse the repository at this point in the history
  2. update extension

    ezynda3 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    0aa3bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb1fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c46450c View commit details
    Browse the repository at this point in the history
  5. chore: add a security policy (#283)

    * chore: add a security policy
    
    * fix: simplify
    pottekkat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    239cfa4 View commit details
    Browse the repository at this point in the history
  6. fix(docs): Update README link (#284)

    Link README's `contributing` to CONTRIBUTING.md.  Previous links where
    to now-moved sections within README.
    david-hamilton-glean authored May 13, 2025
    Configuration menu
    Copy the full SHA
    e767652 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. fix(session): Don't send tool changed notifications if session not in…

    …itialized yet (#289)
    
    AddSessionTools and DeleteSessionTools can be called before the session
    is registered, in particular in the RegisterSession hook.
    
    They should not attempt to send `notifications/tools/list_changed`
    notifications in this case as it will only generate errors.
    david-hamilton-glean authored May 14, 2025
    Configuration menu
    Copy the full SHA
    c1e70f3 View commit details
    Browse the repository at this point in the history

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