Run ship phase (publish) to deploy to marketplace
/plugin marketplace add JesseHenson/claude_code_apex_marketplace/plugin install mcp-opportunity-pipeline@claude-code-apex-marketplace# SHIP Phase
Deploy a built and packaged MCP server to the target marketplace.
## Parameters
- `--name`: Build name to publish (required)
- `--target`: apify | smithery | npm (default: apify)
- `--dry-run`: Validate without publishing (default: true)
## Prerequisites
Requires:
- Built code: `outputs/build/{name}/`
- Package: `outputs/package/{name}/`
- QA report with pass rate >= 90%
Run `/mcp-opportunity-pipeline:make --name {name}` first if missing.
## Environment
- `APIFY_TOKEN` - Required for Apify publishing
## Process
## Dry Run (default)
With `--dry-run` (default):
- Val...