Skip to content

Commit c546ac1

Browse files
working progress of mcp server registry
1 parent a15cc04 commit c546ac1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/mcp/server.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"version": "1.0.0",
16+
"transport": {
17+
"type": "stdio"
18+
}
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)