Fix
@ast-grep/napi installed globally was not resolvable from the plugin cache directory.
Solution: The bundled bridge/mcp-server.cjs now injects a startup banner that adds the global npm root (npm root -g) to module.globalPaths. This ensures globally-installed native modules are discoverable regardless of the server's working directory.
Previous shell wrapper approach (v3.7.12) did not propagate correctly in the plugin execution context.