Problem
packages/mcp/ defers four unicorn rules to warn, suppressing 11 violations. Separately, three rules deferred at the repo root no longer have any violation to justify them.
Proposed solution
Fix mcp's violations and remove its deferral scaffolding outright, rather than leaving an empty list behind. Prune the dead root entries.
Acceptance criteria
Must have
Problem
packages/mcp/defers four unicorn rules towarn, suppressing 11 violations. Separately, three rules deferred at the repo root no longer have any violation to justify them.Proposed solution
Fix mcp's violations and remove its deferral scaffolding outright, rather than leaving an empty list behind. Prune the dead root entries.
Acceptance criteria
Must have
packages/mcp/is clean with these four rules at their defaulterrorseverity:unicorn/no-top-level-assignment-in-function,unicorn/no-unnecessary-splice,unicorn/prefer-await,unicorn/prefer-unicode-code-point-escapes.packages/mcp/.config/is gone, and no mcp config references a deferral list.nmr cipasses.