Skip to content

Commit 7eb0fc9

Browse files
committed
chore: add mcp.json
1 parent fb4b705 commit 7eb0fc9

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+
"inputs": [],
3+
"servers": {
4+
"lean-lsp": {
5+
"type": "stdio",
6+
"command": "uvx",
7+
"args": [
8+
"lean-lsp-mcp"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)