Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-15 | 1.5 kB | |
v0.34.0 source code.tar.gz | 2025-07-15 | 6.7 MB | |
v0.34.0 source code.zip | 2025-07-15 | 6.8 MB | |
Totals: 3 Items | 13.5 MB | 0 |
What's Changed
- fix(streamable_http): ensure graceful shutdown to prevent close reque… by @sunerpy in https://github.com/mark3labs/mcp-go/pull/477
- fix(streamble_http) SendNotification not work bug by @Robin-ZMH in https://github.com/mark3labs/mcp-go/pull/473
- refactor: replace fmt.Errorf with TransportError wrapper by @AdamShannag in https://github.com/mark3labs/mcp-go/pull/486
- fix
Content-Type: application/json; charset=utf-8
error by @oldweipro in https://github.com/mark3labs/mcp-go/pull/478 - feat: Inprocess sampling support by @ezynda3 in https://github.com/mark3labs/mcp-go/pull/487
- feat: support in tool result handling & update example by @CocaineCong in https://github.com/mark3labs/mcp-go/pull/467
- feat(logging): add support for send log message notifications and implemented the
SessionWithLogging
interface onstreamableHttpSession
by @sunerpy in https://github.com/mark3labs/mcp-go/pull/484
New Contributors
- @sunerpy made their first contribution in https://github.com/mark3labs/mcp-go/pull/477
- @Robin-ZMH made their first contribution in https://github.com/mark3labs/mcp-go/pull/473
- @AdamShannag made their first contribution in https://github.com/mark3labs/mcp-go/pull/486
- @oldweipro made their first contribution in https://github.com/mark3labs/mcp-go/pull/478
- @CocaineCong made their first contribution in https://github.com/mark3labs/mcp-go/pull/467
Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.33.0...v0.34.0