Skip to content

Commit 96eebc8

Browse files
authored
[MCP] Update GEMINI_TOS_ERROR (#9156)
* Update GEMINI_TOS_ERROR * merge * m
1 parent 9a5bc4f commit 96eebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const NO_PROJECT_ERROR = mcpError(
1010
);
1111

1212
const GEMINI_TOS_ERROR = mcpError(
13-
"This tool requires the Gemini in Firebase API, please review the terms of service and accept it using `firebase_update_environment`.\n" +
13+
"This tool requires features from Gemini in Firebase. You can enable the usage of this service and accept its associated terms of service using `firebase_update_environment`.\n" +
1414
"Learn more about Gemini in Firebase and how it uses your data: https://firebase.google.com/docs/gemini-in-firebase#how-gemini-in-firebase-uses-your-data",
1515
"PRECONDITION_FAILED",
1616
);

0 commit comments

Comments
 (0)