13 lines
227 B
JSON
13 lines
227 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|