tare mcp uninstall

Uninstall the tars-mcp Helm release. This deletes the MCP server
pods and services, but does NOT touch:

  - The namespace itself (remove manually with kubectl if desired).
  - Any management-plane catalog entries or profile configurations
    (operator's choice; managed via the dashboard).
  - MCPRoute / BackendSecurityPolicy CRs (managed by Liaison; will be
    reconciled away once you remove the corresponding profile config
    in the TARE dashboard).

Usage:
  tare mcp uninstall [flags]

Flags:
      --namespace string      Namespace the release lives in. (default "tars-mcp")
      --release-name string   Helm release name to uninstall. (default "tars-mcp")
      --yes                   Skip the confirmation prompt; required on non-TTY runs.

Global Flags:
  -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