Install Module Pack
install_module_packInstall, repair, update, or uninstall an AirMCP add-on package after user confirmation. Use dry run to preview npm command without writing changes.
Instructions
Install, repair, update, or uninstall one AirMCP add-on package after explicit user confirmation. Use dryRun first to preview the npm command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | Non-core module pack name, for example productivity, communications, media, or spatial | |
| action | No | install repairs or updates the exact matching add-on version; uninstall removes it | |
| dryRun | No | Preview the npm command and config change without writing anything | |
| confirm | No | Required true for real install/uninstall because this runs npm and edits AirMCP config |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | ||
| action | Yes | ||
| dryRun | Yes | ||
| command | Yes | ||
| message | Yes | ||
| skipped | Yes | ||
| confirmed | Yes | ||
| configPath | Yes | ||
| activePacks | Yes | ||
| installSpec | Yes | ||
| packageName | Yes | ||
| restartRequired | Yes |