Releases: mark3labs/mcp-go
Releases · mark3labs/mcp-go
Release v0.10.3
Release v0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
Release v0.10.1
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
What's Changed
- fix race conditions by @ezynda3 in #31
- Tools can be built with predefined Input Schema by @tylergannon in #30
- Expose SSE server as HttpHandler by @ezynda3 in #29
New Contributors
- @tylergannon made their first contribution in #30
Full Changelog: v0.9.0...v0.10.0
Release v0.9.0
Merge pull request #26 from xinwo/feature/strong_content_type change to strong content type
Release v0.8.5
What's Changed
- feat(server): enhance tool management with ServerTool struct and related methods by @manusa in #24
- modify endpoint compare logic by @xinwo in #23
Full Changelog: v0.8.4...v0.8.5
Release v0.8.4
Merge pull request #18 from marcnuri-forks/fix/sse-send-request fix(client): SSE client can call tools
v0.8.3
v0.8.2
What's Changed
- Updates go version by @svperfecta in #10
New Contributors
- @svperfecta made their first contribution in #10
Full Changelog: v0.8.1...v0.8.2
v0.8.1
🚀 Changelog
🛠 Improvements
• Enhanced stdio client environment handling ( 51148f )
• Merged system environment variables with provided ones
• Improved environment variable propagation in StdioMCPClient
🧰 Internal Changes
• Code reorganization ( d92065 )
• Split types into dedicated files ( prompts.go and tools.go )
• Improved code organization and maintainability
• Updated filesystem example to use NPX for server execution