Files

13 lines
227 B
JSON
Raw Permalink Normal View History

{
"mcpServers": {
"ast_grep": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp/ast-grep/cli.js", "mcp"]
},
"lsp": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp/lsp/cli.js", "mcp"]
}
}
}