Files
MaktApp/.idx/mcp.json
2025-12-10 01:10:54 +00:00

20 lines
299 B
JSON

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