{
  "_comment": "Legacy Playwriter compatibility only - do not use for new setups",
  "_preferred": "Use standalone Playwright with Brave preferred; use Microsoft Playwright Extension only for interactive user-browser access",
  "_docs": "https://github.com/remorses/playwriter",
  "_extension": "https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe",
  
  "opencode": {
    "_location": "~/.config/opencode/opencode.json",
    "_merge_into": "mcp",
    "playwriter": {
      "type": "local",
      "command": ["npx", "playwriter@0.5.0"],
      "enabled": false
    }
  },
  
  "claude_desktop": {
    "_location": "~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows)",
    "_merge_into": "mcpServers",
    "playwriter": {
      "command": "npx",
      "args": ["playwriter@0.5.0"]
    }
  },
  
  "cursor": {
    "_location": "~/.cursor/mcp.json",
    "_merge_into": "mcpServers",
    "playwriter": {
      "command": "npx",
      "args": ["playwriter@0.5.0"]
    }
  },

  "setup_steps": [
    "1. Continue only for an explicitly requested legacy Playwriter setup",
    "2. Install Chrome extension from Web Store link above",
    "3. Pin extension to Chrome toolbar",
    "4. Add MCP config to your AI assistant",
    "5. Restart AI assistant",
    "6. Click extension icon on tabs you want to control (turns green)",
    "7. Use the 'execute' tool with Playwright code"
  ],

  "usage_notes": [
    "Single 'execute' tool runs Playwright code - less context bloat",
    "Works with your existing browser - reuse sessions, extensions",
    "Disconnect extension to bypass automation detection",
    "Only controls tabs where you clicked the extension icon",
    "WebSocket server runs on localhost:19988"
  ]
}
