MCP binary results that fail to save to disk now show a friendlier message instead of a raw disk error
When Claude Code tries to save binary or blob content returned by an MCP tool (an external tool connected via the Model Context Protocol) to disk and that save fails, it now checks a new condition. If that condition is set, the result shown is a plain message saying the content was not kept because it could not be saved, instead of the raw disk-error text. This applies across tool results, resources, and images.
This replaces a technical, possibly confusing disk-error message with something a user can actually understand when MCP binary content can't be persisted.
What the new condition checks and when it is set isn't stated, so it's unclear which failures get the friendlier message versus the raw…