Check that langchain-quickjs is installed for the interpreter.
Uses importlib.util.find_spec for a lightweight check with no actual
imports. Call this in the app process before spawning the server
subprocess so users get a clear, actionable error instead of an opaque
server crash when the core dependency is missing or broken.
Returns silently when the package is importable.