End-to-end (e2e) widget checks are currently skipped and will not appear as failures in the report.
Usage
Extended Usage
Output the full report as JSON (useful for CI or further processing):Options
| Flag | Description | Default |
|---|---|---|
--url | The HTTPS URL of the MCP server to audit (standalone mode, no project association) | |
--json | Output the full report as JSON | false |
--team-id | Team ID (only with --url for standalone audits) | |
--project-id | Project ID to audit | |
--environment-id | Environment ID to audit (defaults to production) | |
--non-interactive | Skip all confirmation prompts | false |
Authentication is required. Run
alpic login or set ALPIC_API_KEY before running an audit.If the current directory is linked to an Alpic project, the audit automatically associates with that project. Use
--non-interactive to skip the confirmation prompt.