Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.31.0
What's Changed
- [feat] separate request struct by
@OswinWuin mark3labs/mcp-go#333- fix: logo on website is squashed by
@coraniin mark3labs/mcp-go#349- fix: panic when streamable HTTP server sends notification by
@dugenkui03in mark3labs/mcp-go#348- fix: move styles.css to www/docs by
@coraniin mark3labs/mcp-go#354- fix(server): resolve stdio server context cancellation bug by
@soniricoin mark3labs/mcp-go#331- Add option to StreamableHTTPServer to allow custom http server instance by
@yash025in mark3labs/mcp-go#347- fix(Srv/stream): add ID field to
PingRequestby@cryo-zdin mark3labs/mcp-go#353New Contributors
@OswinWumade their first contribution in mark3labs/mcp-go#333@coranimade their first contribution in mark3labs/mcp-go#349@soniricomade their first contribution in mark3labs/mcp-go#331Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.30.1...v0.31.0
Release v0.30.1
What's Changed
- fix(server): Implement MCP version negotiation. by
@octoin mark3labs/mcp-go#341Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.30.0...v0.30.1
4b71176
fix(Srv/stream): add ID field to PingRequest (#353)7f2ea88
Add option to StreamableHTTPServer to allow custom http server instance
(#347)d250b38
fix(server): resolve stdio server context cancellation bug (#331)d5847c0
fix: move styles.css to www/docs (#354)e744c19
fix: panic when streamable HTTP server sends notification (#348)991b31c
fix: logo on website is squashed (#349)bfc3773
Merge pull request #333
from OswinWu/feat/separate-CallToolRequstParamsa283d23
Merge branch 'main' into feat/separate-CallToolRequstParamsc7c0e13
fix(server): Implement MCP protocol negotiation. (#341)96f1b3b
[style] change naming style of structs