{
  "version": "1.0.0",
  "kind": "olonjs-page-mcp-manifest",
  "generatedAt": "2026-04-15T15:25:59.332Z",
  "slug": "design-system",
  "title": "Olon Design System — Design Language",
  "description": "Token reference, color system, typography, components and brand identity for the OlonJS design language.",
  "contractHref": "/schemas/design-system.schema.json",
  "transport": {
    "kind": "window-message",
    "requestType": "olonjs:webmcp:tool-call",
    "resultType": "olonjs:webmcp:tool-result",
    "target": "window"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "olon://pages/design-system",
        "name": "Olon Design System — Design Language Data",
        "mimeType": "application/json",
        "description": "Structured content for the design-system page."
      },
      {
        "uri": "olon://pages",
        "name": "Site Map",
        "mimeType": "application/json",
        "description": "Structured content for the map of this site"
      }
    ]
  },
  "sectionTypes": [
    "footer",
    "design-system"
  ],
  "sectionInstances": [
    {
      "id": "global-footer",
      "type": "footer",
      "scope": "global",
      "label": "footer"
    },
    {
      "id": "ds-main",
      "type": "design-system",
      "scope": "local",
      "label": "Olon"
    }
  ],
  "tools": [
    {
      "name": "update-section",
      "description": "Update any section in OlonJS Studio and persist immediately to file. Use sectionType to select the matching schema from sectionSchemas."
    }
  ]
}
