Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:15 +08:00
commit c5acc382af
5 changed files with 185 additions and 0 deletions

8
.mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "firebase-tools@latest", "experimental:mcp", "--only", "crashlytics"]
}
}
}