Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.18.0
What's Changed
- feat: add NewToolResultError by
@daimatz
in mark3labs/mcp-go#87- refactor(stdio): improve stdio server message handling by
@winterfx
in mark3labs/mcp-go#73- Add Stderr() Method to StdioMCPClient by
@mashiike
in mark3labs/mcp-go#72- fix java mcp message endpoint by
@a67793581
in mark3labs/mcp-go#75- simplify required field handling in inputSchema by
@yikakia
in mark3labs/mcp-go#82- make context available in hooks, add OnRegisterSession hook by
@zahmadsaleem
in mark3labs/mcp-go#92New Contributors
@daimatz
made their first contribution in mark3labs/mcp-go#87@winterfx
made their first contribution in mark3labs/mcp-go#73@mashiike
made their first contribution in mark3labs/mcp-go#72@yikakia
made their first contribution in mark3labs/mcp-go#82@zahmadsaleem
made their first contribution in mark3labs/mcp-go#92Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.17.0...v0.18.0
a0e968a
feat: add context to hooks (#92)607d6c2
simplify required field handling in inputSchema (#82)6d840a4
fix java mcp message endpoint (#75)051cda5
Add Stderr() Method to StdioMCPClient (#72)2ea0c97
refactor(stdio): improve stdio server message handling (#73)ec9e8a2
add NewToolResultError (#87)