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(security): Change default behavior to block dangerous operations
By default, dangerous operations are now blocked silently without prompting.
Previously, all operations were allowed by default (relying on client-side
permission handling). The blocklist is now always enforced.
Setting `mcp-server-security-prompt-for-permissions` to t enables minibuffer
prompts to approve dangerous operations case-by-case instead of blocking them.
Error messages now provide clearer guidance on how to allow blocked operations.
0 commit comments