Skip to content

v0.0.8

Choose a tag to compare

@fuongz fuongz released this 04 Apr 14:30
· 34 commits to main since this release
f234c20

Bug Fixes

  • Fixed ZodEffects schema unwrapping to use .def instead of ._def, resolving compatibility with Zod v4
  • Tool error responses now include the error class name (e.g., TypeError: ...) for clearer debugging

Improvements

  • Error objects are now safely coerced (instanceof Error check) before accessing .message and .stack
  • Stack traces are included in structured error logs (execute_tool, mcp_dispatch) and tool error response text
  • Added [tools/list] info log on startup showing the count and names of exposed tools
  • Removed unsafe as any cast in authCtx in favor of typed access with targeted suppression