You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mcp/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,5 @@ In `.cursor/mcp.json` in your workspace directory, add the Firebase MCP server:
55
55
|`dataconnect_get_schema`|`dataconnect`| List the Firebase Data Connect Schema in the project, which includes Cloud SQL data sources and the GraphQL Schema describing what tables are available. |
56
56
|`dataconnect_get_connector`|`dataconnect`| Get the Firebase Data Connect Connectors in the project, which includes the pre-defined GraphQL queries accessible to client SDKs. |
57
57
|`storage_get_rules`|`storage`| Retrieves the Firebase Cloud Storage Rules for the default bucket. |
58
+
|`send_message_to_fcm_token`|`messaging`| Sends a push message to an FCM Token. |
59
+
|`send_message_to_fcm_topic`|`messaging`| Sends a push message to an FCM Topic. |
0 commit comments