firebase deploy leak audit for VS Code
io.github.jmshinhwa/firebase-deploy-leak-audit
Reads firebase.json and names the files your next firebase deploy would publish to the open web
client:VS Code
transport:stdio
runtime:npm
Install firebase deploy leak audit in VS Code
.vscode/mcp.json
{
"servers": {
"firebase-deploy-leak-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/firebase-deploy-leak-audit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs