Fix
AST tools now work from the plugin cache. Globally-installed @ast-grep/napi wasn't resolvable when the MCP server ran from ~/.claude/plugins/cache/....
Changes
- Added
bridge/run-mcp-server.shwrapper that setsNODE_PATHto the global npm root .mcp.jsonnow launches via the wrapper instead ofnodedirectly- Global npm packages (like
@ast-grep/napi) are now discoverable by the MCP server