e20c51c77f
ast_grep + lsp servers vendored under plugin/mcp via sync-mcp.mjs; .mcp.json uses
${CLAUDE_PLUGIN_ROOT} (no ../). Both boot from a node_modules-free tree (verified
JSON-RPC initialize handshakes). lsp hook bundled to inline lsp-tools-mcp. mcp/
dist is gitignored (regenerated by build).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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"]
|
|
}
|
|
}
|
|
}
|