npm_package_access
Check npm package access settings for visibility, 2FA requirements, and automation token overrides to diagnose CI publishing failures.
Instructions
Get package access settings — visibility (public/private), whether publish requires 2FA, and whether automation tokens can bypass 2FA. Critical for understanding why CI publishing fails: if publish_requires_tfa is true but automation_token_overrides_tfa is false, automation tokens cannot publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name (e.g. 'express' or '@yawlabs/npmjs-mcp') |