Skip to content

Commit 01233f2

Browse files
committed
chore: add mcp.json
1 parent 1d0341a commit 01233f2

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.vscode/mcp.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"servers": {
3+
"playwright": {
4+
"command": "npx",
5+
"args": [
6+
"@playwright/mcp@latest"
7+
]
8+
},
9+
"next-devtools": {
10+
"command": "npx",
11+
"args": ["-y", "next-devtools-mcp@latest"]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)