Check that langchain-quickjs is installed for the --interpreter flag.
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 optional quickjs extra is not installed.
Returns silently when the package is importable.