playwrightAllowedTools top-level constant

List<String> const playwrightAllowedTools

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',
];