Skip to main content
The logs command prints instructions for streaming live logs from the SuperBox Cloudflare Worker. It does not stream logs directly - it outputs the wrangler tail command you should run.

Usage

Options

string
required
MCP server name. The command verifies the server exists in the R2 registry before printing instructions.
boolean
default:false
Changes output mode. Shorthand: -f.

Behavior

The command verifies the server exists in R2 via s3.get_server(bucket, name) and exits with an error if not found.

Examples

Example output (no --follow):
Example output:

Streaming logs with wrangler

Once you have the command, run it in a terminal:

Prerequisites

wrangler must be installed and authenticated:

Troubleshooting

  • Server not found: Run superbox search to confirm the server name, then superbox push if it is missing.
  • wrangler: command not found: Install with npm install -g wrangler.
  • Authentication error in wrangler: Run wrangler login and complete the browser OAuth flow.