feat(packages): add .mcp.json

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:09:11 +09:00
parent 669e82d9fc
commit 7e35ba35fd
+14
View File
@@ -0,0 +1,14 @@
{
"mcpServers": {
"ast_grep": {
"command": "node",
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
"cwd": "."
},
"lsp": {
"command": "node",
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
"cwd": "."
}
}
}