Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 03:44
· 12 commits to main since this release

0.2.0 (2025-10-12)

Bug Fixes

  • correct struct field alignment and spelling (48bea97)
  • remove goroutine from Shutdown to eliminate race condition (fd0c474)
  • resolve all golangci-lint issues (83f6bc2)
  • resolve coverage generation conflicts with stdio transport (71cb481)
  • resolve race condition in Shutdown test and update act documentation (e8f3ca5)
  • update golangci-lint config for v1.64 compatibility (0c0fca5)

Features

  • add configuration validation (2da5d75)
  • add helper methods for tool and resource registration (e152a20)
  • implement graceful shutdown with cleanup (05f7ea1)