Skip to content

Commit 0eca209

Browse files
committed
Print all platforms in the init prompt
1 parent 1c30a33 commit 0eca209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/prompts/core/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Your goal is to help the user setup Firebase services in this workspace. Firebas
3030
3131
Use this information to determine which Firebase services the user is already using (if any).
3232
33-
Workspace platform: ${platforms.length !== 1 ? "<UNABLE TO DETECT>" : platforms[0]}
33+
Workspace platform(s): ${platforms.length > 0 ? platforms.join(", ") : "<UNABLE TO DETECT>"}
3434
Active user: ${accountEmail || "<NONE>"}
3535
Active project: ${projectId || "<NONE>"}
3636

0 commit comments

Comments
 (0)