We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15cc04 commit c546ac1Copy full SHA for c546ac1
src/mcp/server.json
@@ -0,0 +1,21 @@
1
+{
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
+ "name": "io.github.firebase/mcp",
4
+ "description": "A MCP server that provides AI development tools the ability to work with Firebase in your app.",
5
+ "repository": {
6
+ "url": "https://github.com/firebase/firebase-tools",
7
+ "source": "github",
8
+ "subfolder": "src/mcp"
9
+ },
10
+ "version": "1.0.0",
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "identifier": "@firebase/mcp",
15
16
+ "transport": {
17
+ "type": "stdio"
18
+ }
19
20
+ ]
21
+}
0 commit comments