We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c30a33 commit 0eca209Copy full SHA for 0eca209
src/mcp/prompts/core/init.ts
@@ -30,7 +30,7 @@ Your goal is to help the user setup Firebase services in this workspace. Firebas
30
31
Use this information to determine which Firebase services the user is already using (if any).
32
33
-Workspace platform: ${platforms.length !== 1 ? "<UNABLE TO DETECT>" : platforms[0]}
+Workspace platform(s): ${platforms.length > 0 ? platforms.join(", ") : "<UNABLE TO DETECT>"}
34
Active user: ${accountEmail || "<NONE>"}
35
Active project: ${projectId || "<NONE>"}
36
0 commit comments