Skip to content

Commit 6a52f63

Browse files
committed
chore: add mcp.json configuration for Angular CLI and GitHub Copilot
1 parent 69a93d5 commit 6a52f63

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.vscode/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"servers": {
3+
"angular-cli": {
4+
"command": "npx",
5+
"args": ["-y", "@angular/cli", "mcp"]
6+
},
7+
"github": {
8+
"type": "http",
9+
"url": "https://api.githubcopilot.com/mcp/"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)