Skip to content

Commit d778982

Browse files
Configure MCP Baseline
Set up ES Lint and Socket. More to come later.
1 parent bc61372 commit d778982

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/mcp.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"servers": {
3+
"ESLint": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"@eslint/mcp@latest"
8+
]
9+
},
10+
"Socket": {
11+
"url": "https://mcp.socket.dev/",
12+
"type": "http"
13+
}
14+
},
15+
"inputs": []
16+
}

0 commit comments

Comments
 (0)