Skip to content

Commit b51da9f

Browse files
authored
Added the fcm mcp tools to the list (#8568)
1 parent 9d74532 commit b51da9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ In `.cursor/mcp.json` in your workspace directory, add the Firebase MCP server:
5555
| `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. |
5656
| `dataconnect_get_connector` | `dataconnect` | Get the Firebase Data Connect Connectors in the project, which includes the pre-defined GraphQL queries accessible to client SDKs. |
5757
| `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

Comments
 (0)