Sourced from github.com/mark3labs/mcp-go's releases.
v0.34.0
What's Changed
- fix(streamable_http): ensure graceful shutdown to prevent close reque… by
@sunerpyin mark3labs/mcp-go#477- fix(streamble_http) SendNotification not work bug by
@Robin-ZMHin mark3labs/mcp-go#473- refactor: replace fmt.Errorf with TransportError wrapper by
@AdamShannagin mark3labs/mcp-go#486- fix
Content-Type: application/json; charset=utf-8error by@oldweiproin mark3labs/mcp-go#478- feat: Inprocess sampling support by
@ezynda3in mark3labs/mcp-go#487- feat: support in tool result handling & update example by
@CocaineCongin mark3labs/mcp-go#467- feat(logging): add support for send log message notifications and implemented the
SessionWithLogginginterface onstreamableHttpSessionby@sunerpyin mark3labs/mcp-go#484New Contributors
@sunerpymade their first contribution in mark3labs/mcp-go#477@Robin-ZMHmade their first contribution in mark3labs/mcp-go#473@AdamShannagmade their first contribution in mark3labs/mcp-go#486@oldweipromade their first contribution in mark3labs/mcp-go#478@CocaineCongmade their first contribution in mark3labs/mcp-go#467Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.33.0...v0.34.0
ffea75f
feat(logging): add support for send log message notifications and
implemented...e859847
feat: support in tool result handling & update example (#467)9c352bd
feat: Inprocess sampling support (#487)78eb7a3
fix Content-Type: application/json; charset=utf-8 error (#478)c8c52a8
refactor: replace fmt.Errorf with TransportError wrapper (#486)65df1b0
fix(streamble_http) SendNotification not work bug (#473)2d479bb
Merge pull request #477
from sunerpy/mainbee9f90
fix(streamable_http): ensure graceful shutdown to prevent close request
errors56f2501
fix quick-start