Skip to content

Commit 6401571

Browse files
committed
mcp
1 parent 5d3b3bb commit 6401571

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dist/
1010
**/.objectstack/data/
1111

1212
# IDE
13-
.vscode/
1413
.idea/
1514
*.swp
1615
*.swo

.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+
"io.github.ChromeDevTools/chrome-devtools-mcp": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"chrome-devtools-mcp"
8+
],
9+
"env": {},
10+
"type": "stdio"
11+
}
12+
},
13+
"inputs": []
14+
}

0 commit comments

Comments
 (0)