2026-05-30 19:09:11 +09:00
|
|
|
{
|
|
|
|
|
"mcpServers": {
|
|
|
|
|
"ast_grep": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../ast-grep-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
},
|
2026-05-31 13:23:24 +09:00
|
|
|
"git_bash": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../git-bash-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
},
|
2026-05-30 19:09:11 +09:00
|
|
|
"lsp": {
|
|
|
|
|
"command": "node",
|
|
|
|
|
"args": ["../../lsp-tools-mcp/dist/cli.js", "mcp"],
|
|
|
|
|
"cwd": "."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|