-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Summary
In Google Antigravity, there is a critical execution conflict between the Firebase MCP server and Anthropic Claude models (Sonnet/Opus). When Firebase MCP Tool #15 (functions_get_logs) is enabled, Claude models fail to execute any prompt, whereas Google Gemini models continue to function correctly.
Workaround:
Disabling Tool #15 (functions_get_logs) in the Firebase MCP management settings resolves the issue immediately.
Bug Info
- Affected Tool(s): Agent in Antigravity, with Claude Sonnet or Opus models selected.
- MCP Client: Google Antigravity 1.13.3
- Operating System: Windows 11
Steps to Reproduce
Open Google Antigravity.
Open the Agent sidebar (Ctrl+L).
Click the 3-dots icon (top right) > MCP servers.
Click Manage MCP Servers.
Select the Firebase MCP.
Ensure Tool #15: “functions_get_logs” is toggled ON.
Switch the model to Claude Sonnet or Claude Opus.
Send any prompt via the Agent.
Observe the error: “Error: Agent execution terminated due to error”.
Ensure Tool #15: “functions_get_logs” is toggled OFF.
Switch the model to Gemini 3 Flash or Pro.
Send any prompt via the Agent.
Observe answer generated correctly.