pwa-debug-layer

aryanduntley/pwa-debug-layer
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
browser extension and mcp server for additional PWA debugging and development. improving AI DOM access
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pwa-debug-layer": {
      "command": "npx",
      "args": [
        "-y",
        "aryanduntley/pwa-debug-layer"
      ]
    }
  }
}