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 COMMAND option test for permissive security mode
The test assumed non-permissive security mode (commands blocked by
allowlist), but the security config is a process-wide singleton that
may be in permissive mode depending on test execution order. In
permissive mode, the command passes through to process spawn which
fails differently.
Fix by matching the generic "MCP" substring that appears in all error
paths (security rejection, connection failure, invalid params) and
removing the priority-checking sections that depend on specific error
message content.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments