You're viewing a demo portfolio

Join the waitlist
PRSM

prepare_upload

Active

Tool of cloud.redu/mcp

declared in 2.0.0

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, capture `source_token` from the upload's JSON response, then call deploy_app with that source_token (omit repo). The upload authenticates AUTOMATICALLY with a short-lived ticket minted from your MCP credential — NO API key needed in the command and nothing secret is printed (it falls back to needing $REDU_API_KEY only if minting is unavailable). Excludes node_modules/.git/.venv/build output and .env by default; honors .gitignore when is_git_repo=true.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "is_git_repo": {
      "type": "boolean",
      "default": false,
      "description": "If the dir is a git checkout, set true to honor .gitignore (tar only tracked + non-ignored files)."
    },
    "project_dir": {
      "type": "string",
      "default": ".",
      "description": "Path to the local app directory to upload (default current dir)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →