What's Changed
- fix: use bufio.Scanner for stdio transport to avoid panic when stdio mcp server outputs a long line by @WingT in #464
- fix(tool): Return the OutputSchema from the tool definition by @alex210501 in #571
- feat: add resource handler middleware capability by @tjhop in #569
- feat: add tls support for streamable-http by @opencow in #568
- fix: prevent double-starting stdio transport in client by @linw1995 in #564
- docs(client): improve server reliability and error handling by @appleboy in #560
- oauth client example: skip DCR if MCP_CLIENT_ID is set by @djoreilly in #549
New Contributors
- @WingT made their first contribution in #464
- @alex210501 made their first contribution in #571
- @tjhop made their first contribution in #569
- @opencow made their first contribution in #568
- @linw1995 made their first contribution in #564
- @appleboy made their first contribution in #560
- @djoreilly made their first contribution in #549
Full Changelog: v0.38.0...v0.39.0