playwrightAllowedTools top-level constant
Allowed tools for Playwright-based web UI verifiers.
Implementation
const List<String> playwrightAllowedTools = [
'Bash(npm:*)',
'Bash(yarn:*)',
'Bash(pnpm:*)',
'Bash(bun:*)',
'mcp__playwright__*',
'Read',
'Glob',
'Grep',
];