get_install_status
Check the status of an ongoing npm install operation. Returns "idle" (no install running), "installing" (in progress), "done" (success), or "error" (failed with error message). Poll this after calling install_packages or remove_package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain |