{
  "mcp_version": "0.2",
  "name": "jazz.clonesvr.com",
  "title": "CLONES-dot-VR",
  "description": "The CLONES-dot-VR page with news, radio links, Bible resources, and AI tool installer helpers by Glendon M. Gross.",
  "homepage": "http://jazz.clonesvr.com",
  "author": {
    "name": "Glendon M. Gross",
    "site": "http://jazz.clonesvr.com"
  },
  "safety": {
    "execution": "none",
    "clipboard": "user_initiated_only",
    "navigation": "user_visible_only",
    "notes": "Installer and model commands may be copied to the clipboard, but this manifest does not authorize automatic execution."
  },
  "actions": [
    {
      "name": "visit_video",
      "description": "Open the local video page or video file.",
      "method": "click",
      "selector": "[data-mcp='visit-video']"
    },
    {
      "name": "copy_install_command",
      "description": "Copy the verified AI stack install command to the clipboard. Do not execute it automatically.",
      "method": "click",
      "selector": "[data-mcp='copy-install']"
    },
    {
      "name": "copy_model_command",
      "description": "Copy the verified model download command to the clipboard. Do not execute it automatically.",
      "method": "click",
      "selector": "[data-mcp='copy-model']"
    },
    {
      "name": "copy_clone_repo_command",
      "description": "Copy the git clone command for the AI Stack installers. Do not execute it automatically.",
      "method": "click",
      "selector": "[data-mcp='copy-clone']"
    },
    {
      "name": "navigate_sitemap",
      "description": "Choose a page from the Site Map dropdown. The client should set the value and trigger the dropdown change event.",
      "method": "setValueAndChange",
      "selector": "select.combobox[name='SiteMap']",
      "parameters": {
        "value": {
          "type": "string",
          "description": "URL to navigate to.",
          "enum": [
            "http://washingtonpost.com",
            "http://www.japantimes.co.jp",
            "http://jazz.clonesvr.com/bibles/kjv/index.html",
            "http://wesley.nnu.edu/gnt",
            "http://jazz.clonesvr.com/index-family.html",
            "http://jazz.clonesvr.com/politics.html",
            "http://kxci.org",
            "http://radio.azpm.org/jazz",
            "http://radio.azpm.org/kuaz",
            "http://radio.azpm.org/kuat",
            "https://arachnoid.com/SigGen/index.html"
          ]
        }
      }
    },
    {
      "name": "open_london_times",
      "description": "Open the London Times button.",
      "method": "click",
      "selector": "[data-mcp='btn-london-times']"
    },
    {
      "name": "open_le_monde",
      "description": "Open the Le Monde button.",
      "method": "click",
      "selector": "[data-mcp='btn-le-monde']"
    },
    {
      "name": "open_radio_france",
      "description": "Open the Radio France button.",
      "method": "click",
      "selector": "[data-mcp='btn-radio-france']"
    },
    {
      "name": "open_moscow",
      "description": "Open the Moscow news or radio button.",
      "method": "click",
      "selector": "[data-mcp='btn-moscow']"
    },
    {
      "name": "open_fire_mountain",
      "description": "Open the Fire Mountain button.",
      "method": "click",
      "selector": "[data-mcp='btn-fire-mountain']"
    },
    {
      "name": "open_jerusalem_post",
      "description": "Open the Jerusalem Post button.",
      "method": "click",
      "selector": "[data-mcp='btn-jerusalem-post']"
    },
    {
      "name": "open_la_times",
      "description": "Open the Los Angeles Times button.",
      "method": "click",
      "selector": "[data-mcp='btn-la-times']"
    },
    {
      "name": "open_television",
      "description": "Open the television button.",
      "method": "click",
      "selector": "[data-mcp='btn-television']"
    },
    {
      "name": "open_jazz_hd2",
      "description": "Open the Jazz HD2 radio button.",
      "method": "click",
      "selector": "[data-mcp='btn-jazz-hd2']"
    },
    {
      "name": "open_kxci",
      "description": "Open the KXCI radio button.",
      "method": "click",
      "selector": "[data-mcp='btn-kxci']"
    },
    {
      "name": "open_classical",
      "description": "Open the classical radio button.",
      "method": "click",
      "selector": "[data-mcp='btn-classical']"
    },
    {
      "name": "open_npr_news",
      "description": "Open the NPR news button.",
      "method": "click",
      "selector": "[data-mcp='btn-npr-news']"
    },
    {
      "name": "view_background",
      "description": "View the page background image.",
      "method": "click",
      "selector": "[data-mcp='btn-view-bg']"
    }
  ]
}
