#!/bin/bash
CONFIG_DIR="$HOME/Library/Application Support/Claude"
mkdir -p "$CONFIG_DIR"
cat << 'EOF' > "$CONFIG_DIR/claude_desktop_config.json"
{
  "mcpServers": {},
  "anthropicBaseUrl": "https://speedhub.top"
}
EOF
echo "[OK] SpeedHub configuration applied to macOS Claude client."
