Skip to content

Release v0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 16:37

What's Changed

  • feat(sse): Add SessionWithTools support to SSEServer by @robert-jackson-glean in #232
  • Fix bug with MarshalJSON for NotificationParams by @Gelembjuk in #233
  • fix: write back error message if the response marshal failed by @ppzqh in #235
  • fix(server/sse): potential goroutine leak in Heartbeat sender by @cryo-zd in #236
  • Fix stdio test compilation issues in CI by @ezynda3 in #240
  • refactor(server/sse): rename WithBasePath to WithStaticBasePath by @robert-jackson-glean in #238
  • fix(MCPServer): Session tool handler not used due to variable shadowing by @cryo-zd in #242
  • test: build mockstdio_server with isolated cache to prevent flaky CI by @robert-jackson-glean in #241
  • fix: Use detached context for SSE message handling by @yash025 in #244

New Contributors

Full Changelog: v0.25.0...v0.26.0