Commit 18cfa11
fix: use bundled server.js instead of npx for plugin MCP server
npx triggers npm install into a cache dir with deeply nested tree-sitter
dependencies, causing ENAMETOOLONG on macOS. Since dist/mcp/server.js is
already bundled in the repo, point directly to it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 165158a commit 18cfa11
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments