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: Log task-not-found as softFail instead of error (#678)
fix: log task-not-found as softFail instead of error
Task-not-found and cancel-on-terminal-state are client errors (invalid
taskId / illegal transition), not server faults. Logging them as error
pollutes Mezmo error alerts. Switch to softFail with statusCode, keep
the McpError(InvalidParams) response unchanged.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments