PWA Debug Layer for Zed
io.github.aryanduntley/pwa-debug-layer
Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.
client:Zed
transport:stdio
runtime:npm
Install PWA Debug Layer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pwa-debug-layer": {
"command": "npx",
"args": [
"-y",
"@aryanduntley/pwa-debug"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs