Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.23.1
What's Changed
- fix(client): prevent panics by
@jkoelkerin mark3labs/mcp-go#192- fix: correct JSON key for client capabilities by
@TBXarkin mark3labs/mcp-go#197- fix(client): check stdio started before sending notification by
@cryo-zdin mark3labs/mcp-go#199- fix(client): potential risk of sending on closed channel by
@cryo-zdin mark3labs/mcp-go#194New Contributors
@TBXarkmade their first contribution in mark3labs/mcp-go#197Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.23.0...v0.23.1
Release v0.23.0
What's Changed
- Export SendNotificationToAllClients by
@scottfeldmanin mark3labs/mcp-go#176- feat(server): Add hooks.AddOnUnregisterSession functionality by
@robert-jackson-gleanin mark3labs/mcp-go#175- Refact: pre-allocate memory for memory-efficiency by
@cryo-zdin mark3labs/mcp-go#178- fix sse shutdown by
@karngyanin mark3labs/mcp-go#128- fix: update spec link by
@warjiangin mark3labs/mcp-go#188- Add
InProcessTransportby@dugenkui03in mark3labs/mcp-go#189- Optimize capability and notification according to specification by
@dugenkui03in mark3labs/mcp-go#184New Contributors
@scottfeldmanmade their first contribution in mark3labs/mcp-go#176@cryo-zdmade their first contribution in mark3labs/mcp-go#178@karngyanmade their first contribution in mark3labs/mcp-go#128@warjiangmade their first contribution in mark3labs/mcp-go#188Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.22.0...v0.23.0
edda393
fix potential risk of sending on closed channel (#194)6e000c3
check stdio start before sending notification (#199)fb13cfb
fix: correct JSON key for client capabilities (#197)d343bff
fix(client): prevent panics (#192)781b732
optimize capability and notification (#184)6760d87
in process transport (#189)be0d8cb
fix: update spec link (#188)2e4af4c
fix sse shutdown (#128)9f39a43
Merge branch 'main' of github.com:mark3labs/mcp-godd7dcc5
Fix spelling