Skip to content

Commit 6e49bd3

Browse files
authored
Change the description for the appId inference on the Crashlytics MCP tool. (#8796)
1 parent 513740e commit 6e49bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/tools/crashlytics/list_top_issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const list_top_issues = tool(
1212
.string()
1313
.optional()
1414
.describe(
15-
"AppId for which the issues list is fetched. Defaults to the first appId provided by firebase_list_apps.",
15+
"AppId for which the issues list should be fetched. For an Android application, read the mobilesdk_app_id value specified in the google-services.json file for the current package name. For an iOS Application, read the GOOGLE_APP_ID from GoogleService-Info.plist. If neither is available, use the `firebase_list_apps` tool to find an app_id to pass to this tool.",
1616
),
1717
issue_count: z
1818
.number()

0 commit comments

Comments
 (0)