M
mcp
/prepare_upload
Prepare an upload-mode deploy (local tar + upload commands)
Returns the LOCAL shell commands to package your working directory and upload it for an upload-mode deploy (no git, no PAT). Run them in the user's terminal, ca
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-redu-mcp /prepare_upload for me.
Input
| Field | Type | Description |
|---|---|---|
| project_dir | string | Path to the local app directory to upload (default current dir). default "." |
| is_git_repo | boolean | If the dir is a git checkout, set true to honor .gitignore (tar only tracked + non-ignored default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cloud-redu-mcp","endpoint":"/prepare_upload","input":{"project_dir":".","is_git_repo":false}}'cli
npx cracked-ai run -p mcp-cloud-redu-mcp -e /prepare_upload -i '{"project_dir":".","is_git_repo":false}'mcp
run_tool({ provider: "mcp-cloud-redu-mcp", endpoint: "/prepare_upload", input: {"project_dir":".","is_git_repo":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.