20 lines
299 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |