-
Notifications
You must be signed in to change notification settings - Fork 469
Comparing changes
Open a pull request
base repository: mark3labs/mcp-go
base: v0.27.0
head repository: mark3labs/mcp-go
compare: v0.28.0
- 14 commits
- 36 files changed
- 6 contributors
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 35f8a89 - Browse repository at this point
Copy the full SHA 35f8a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b3cb6 - Browse repository at this point
Copy the full SHA 20b3cb6View commit details
Commits on May 13, 2025
-
chore: add issue and pull request templates (#281)
* chore: add issue templates * chore: add pull request template * fix: typo
Configuration menu - View commit details
-
Copy full SHA for 87ebb66 - Browse repository at this point
Copy the full SHA 87ebb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa3bbd - Browse repository at this point
Copy the full SHA 0aa3bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb1fd2 - Browse repository at this point
Copy the full SHA 7bb1fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46450c - Browse repository at this point
Copy the full SHA c46450cView commit details -
chore: add a security policy (#283)
* chore: add a security policy * fix: simplify
Configuration menu - View commit details
-
Copy full SHA for 239cfa4 - Browse repository at this point
Copy the full SHA 239cfa4View commit details -
fix(docs): Update README link (#284)
Link README's `contributing` to CONTRIBUTING.md. Previous links where to now-moved sections within README.
Configuration menu - View commit details
-
Copy full SHA for e767652 - Browse repository at this point
Copy the full SHA e767652View commit details
Commits on May 14, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for c1e70f3 - Browse repository at this point
Copy the full SHA c1e70f3View commit details
Commits on May 15, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for e7d2547 - Browse repository at this point
Copy the full SHA e7d2547View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eb835b9 - Browse repository at this point
Copy the full SHA eb835b9View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 91ddba5 - Browse repository at this point
Copy the full SHA 91ddba5View commit details -
fix: type mismatch for request/response ID (#291)
* fix: type mismatch for request/response ID * fix: make suggested changes
Configuration menu - View commit details
-
Copy full SHA for 09c23b5 - Browse repository at this point
Copy the full SHA 09c23b5View commit details -
feat(MCPServer): support
logging/setlevel
request (#276)* feat(MCPServer): support logging/setlevel request * update template file and adopt coderabbitai suggestion
Configuration menu - View commit details
-
Copy full SHA for 077f546 - Browse repository at this point
Copy the full SHA 077f546View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.27.0...v0.28.0