Skip to content

Commit 93a9638

Browse files
committed
chore: Added MCP configuration
1 parent 5a8300d commit 93a9638

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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+
"chrome-devtools": {
4+
"command": "npx",
5+
"args": ["chrome-devtools-mcp@latest"]
6+
},
7+
"github": {
8+
"type": "http",
9+
"url": "https://api.githubcopilot.com/mcp/"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)