fix(crashlytics-autotriage): remove invalid --project flag from Firebase MCP config#92
Open
stozo04 wants to merge 1 commit into
Open
fix(crashlytics-autotriage): remove invalid --project flag from Firebase MCP config#92stozo04 wants to merge 1 commit into
stozo04 wants to merge 1 commit into
Conversation
…ase MCP config firebase mcp does not accept --project, so the server crashed on startup and Claude never received Crashlytics tools (mcp_servers status stuck at pending). Use the globally installed firebase binary and add a preflight startup check. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--projectflag from.github/firebase-mcp.json—firebase mcprejects it and the server crashed immediately on startup, leaving Claude withmcp_servers[].status == "pending"and no Crashlytics tools across six consecutive triage runs on issue [Crashlytics][TEST] Phase 0 retest — real ID #87.firebasebinary (already pre-installed in the workflow) instead ofnpx firebase-tools.Project context is still provided by
.firebaserc(openloop-8c266) and thegoogle-github-actions/authenv vars (GOOGLE_CLOUD_PROJECT, etc.).Test plan
crashlytics-autotriageviaworkflow_dispatchon issue [Crashlytics][TEST] Phase 0 retest — real ID #87 (or a new test issue with labelcrashlytics-auto)mcp_servers[].status == "connected"(not"pending")crashlytics_get_issuereturns stack trace data for issue10e21549f1fa9333309e4c9976a11342Made with Cursor