Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 2.6 kB | |
Release v0.33.0 source code.tar.gz | 2025-07-08 | 9.8 MB | |
Release v0.33.0 source code.zip | 2025-07-08 | 9.9 MB | |
Totals: 3 Items | 19.7 MB | 0 |
What's Changed
- fix(server): Fix the logic of the WithStateLess function by @dcsunny in https://github.com/mark3labs/mcp-go/pull/387
- fix(srv/stream): correct handleGet status code to 200 by @cryo-zd in https://github.com/mark3labs/mcp-go/pull/379
- Add an example of an in process client by @edwardcqian in https://github.com/mark3labs/mcp-go/pull/371
- feat: add type-safe array items helper functions by @davidleitw in https://github.com/mark3labs/mcp-go/pull/396
- Issue 400 fix by @ozzyozbourne in https://github.com/mark3labs/mcp-go/pull/406
- fix(client/transport/stream): check for nil pointer by @dinistavares in https://github.com/mark3labs/mcp-go/pull/404
- feat: add ResourceLink type and parsing support by @chenmingyong0423 in https://github.com/mark3labs/mcp-go/pull/407
- Fix docs by @ezynda3 in https://github.com/mark3labs/mcp-go/pull/430
- feat: client-side streamable-http transport supports continuously listening by @leavez in https://github.com/mark3labs/mcp-go/pull/317
- feature: add support ResourceTemplates to mcptest package by @Slach in https://github.com/mark3labs/mcp-go/pull/449
- Add support for MCP host session management by @C0deKing in https://github.com/mark3labs/mcp-go/pull/466
- docs: Fix unused import in readme example by @Squiry in https://github.com/mark3labs/mcp-go/pull/469
- Support creating an
Stdio
client with options by @peteski22 in https://github.com/mark3labs/mcp-go/pull/457 - Implement sampling in Stdio by @ezynda3 in https://github.com/mark3labs/mcp-go/pull/461
New Contributors
- @dcsunny made their first contribution in https://github.com/mark3labs/mcp-go/pull/387
- @edwardcqian made their first contribution in https://github.com/mark3labs/mcp-go/pull/371
- @davidleitw made their first contribution in https://github.com/mark3labs/mcp-go/pull/396
- @ozzyozbourne made their first contribution in https://github.com/mark3labs/mcp-go/pull/406
- @dinistavares made their first contribution in https://github.com/mark3labs/mcp-go/pull/404
- @chenmingyong0423 made their first contribution in https://github.com/mark3labs/mcp-go/pull/407
- @Slach made their first contribution in https://github.com/mark3labs/mcp-go/pull/449
- @C0deKing made their first contribution in https://github.com/mark3labs/mcp-go/pull/466
- @Squiry made their first contribution in https://github.com/mark3labs/mcp-go/pull/469
- @peteski22 made their first contribution in https://github.com/mark3labs/mcp-go/pull/457
Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.32.0...v0.33.0