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: include mcpServers in getState() for auto-approval
The getState() method was missing the mcpServers property that
getStateToPostToWebview() includes. This caused MCP auto-approval
to fail even when both alwaysAllowMcp and tool-specific flags were
enabled, because isMcpToolAlwaysAllowed() had no servers to check.
Fixes#9190
0 commit comments