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
Add destructiveHint and openWorldHint annotations to all 26 tools
This PR adds the missing MCP tool annotations to improve AI assistant
understanding of tool capabilities:
- openWorldHint: true for all 26 tools (browser automation = external interaction)
- destructiveHint: true for closePage, navigatePage, evaluateScript (irreversible changes)
- destructiveHint: false for all other write operations (reversible modifications)
These annotations help AI assistants make better decisions about:
- Which tools require user confirmation before execution
- Which tools interact with external systems
- Which operations may cause data loss
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments