Initialized workspace with Firebase Studio

This commit is contained in:
Firebase Studio
2025-12-10 01:10:54 +00:00
commit 9180187748
25 changed files with 1075 additions and 0 deletions

20
.idx/mcp.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"angular-cli": {
"command": "npx",
"args": [
"-y",
"@angular/cli",
"mcp"
]
},
"firebase": {
"command": "npx",
"args": [
"-y",
"firebase-tools@latest",
"experimental:mcp"
]
}
}
}