Files
claude-desktop-debian/scripts
Aaddrick cc6230e418 fix: remove self-referential .mcpb-cache symlinks before bwrap mount (#346)
Upstream fs-extra can replace .mcpb-cache directories with
self-referential symlinks after repeated Cowork sessions, causing
ELOOP errors on subsequent launches.

Detect and remove these before the bind-mount setup in BwrapBackend
spawn, then let the existing mkdirSync recreate as a proper directory.

Fixes #342

Co-authored-by: Claude <claude@anthropic.com>
2026-03-25 06:47:02 -04:00
..