#!/bin/zsh set -euo pipefail LABEL="com.local.macmini-mcp" DOMAIN="gui/$(id -u)" launchctl kickstart -k "$DOMAIN/$LABEL" echo "Restarted $LABEL"