npm_access_set_mfa
Set the required multifactor authentication level for publishing an npm package. Choose none, publish, or automation to enforce 2FA and allow automation tokens to bypass when needed.
Instructions
Configure 2FA requirement for publishing: 'none' (off), 'publish' (2FA required), 'automation' (2FA required but automation tokens can bypass).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| level | Yes | MFA level for publish |