Publishing
Use the current ship flow with realistic expectations about package-manager detection and dry runs.
Start with a dry run
mcpkit ship --dry-runThis is the safest way to understand what the command will attempt.
What ship does
- detects a package manager
- prompts for confirmation
- runs tests
- runs a build
- bumps
package.jsonversion - publishes using the detected package-manager command
Detected publish commands
bun publishpnpm publishyarn publishnpm publish
Recommended workflow
- run package scripts locally first
- run
mcpkit ship --dry-run - run
mcpkit ship --bump patchonly when the project is ready