tare api mcp catalog upsert

UpsertCatalogServer creates or replaces a catalog entry.

Usage:
  tare api mcp catalog upsert [flags]

Flags:
      --authentication string   Optional authentication kind label.
      --catalog-url string      Required: customer-facing URL. (required)
      --description string      Optional description.
      --icon-url string         Optional icon URL.
      --id string               Required: stable catalog entry id (e.g. (required)
      --name string             Required: display name. (required)
      --note string             Optional free-form note.
      --requires-auth           Whether this catalog entry requires a credential.
      --requires-profile        Whether the user must register a profile before using this entry.

Global Flags:
      --base-url string   override the active profile's base URL for this invocation
  -o, --output string     output format: json (default "json")
  -p, --profile string    credential profile (overrides AGENTROUTER_PROFILE / active)
  -q, --quiet             Suppress progress output; only errors and the final summary go to stderr
  -v, --verbose           Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr