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
refactor(mcp): drop unused evictable opt from resolveClientFile
No caller passes it. Workspace files are classified non-evictable by
OutputDir.resolve via isPathInside; outputDir files are evictable.
Removing the param avoids suggesting client files could be pinned.
0 commit comments