2026-05-25 22:24:37 +09:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
2026-05-28 15:26:18 +09:00
|
|
|
"ast_grep": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
},
|
2026-05-25 22:24:37 +09:00
|
|
|
"lsp": {
|
|
|
|
|
"command": "node",
|
2026-05-28 15:26:18 +09:00
|
|
|
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
|
2026-05-25 22:24:37 +09:00
|
|
|
"cwd": "."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|