{
  "schemaVersion": "2025-11-25",
  "serverInfo": {
    "name": "starlight-retail-web",
    "version": "1.0.0",
    "description": "Browser-side WebMCP tools exposed by starlightretail.ltd for AI agent assistance."
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://starlightretail.ltd/"
  },
  "capabilities": {
    "tools": [
      { "name": "list_articles", "description": "List published Starlight Retail articles" },
      { "name": "submit_contact", "description": "Submit a contact form on behalf of the user" },
      { "name": "search_help_center", "description": "Search the public Zendesk Help Center" },
      { "name": "submit_support_ticket", "description": "Open a Zendesk support ticket" },
      { "name": "navigate_to", "description": "Navigate to an internal page on the site" }
    ]
  },
  "documentation": "https://starlightretail.ltd/.well-known/agent-skills/index.json"
}
