diff --git a/.github/firebase-mcp.json b/.github/firebase-mcp.json index 267b414..e4c62a6 100644 --- a/.github/firebase-mcp.json +++ b/.github/firebase-mcp.json @@ -1,8 +1,8 @@ { "mcpServers": { "firebase": { - "command": "npx", - "args": ["-y", "firebase-tools", "mcp", "--dir", ".", "--project", "openloop-8c266", "--only", "crashlytics"] + "command": "firebase", + "args": ["mcp", "--dir", ".", "--only", "crashlytics"] } } }