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
test: update tests to reflect new error callback behavior
Adjusts test assertions after commit b4778f9 which changed the tool
system to only pass 'true' to error callbacks for actual exceptions,
not validation/processing errors.
Changed 3 assertions from expecting (:error? result) to be true to
expecting false, since validation errors now appear in results without
triggering MCP-level error callbacks.
0 commit comments