You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pass updatedInput in canUseTool allow response to satisfy SDK Zod schema
The SDK's runtime Zod validation requires updatedInput as a record on
allow responses, even though TypeScript types mark it optional. Pass
through the original tool input to satisfy the schema and actually
allow MCP tool calls.
0 commit comments