{
  "version": "1.0.0",
  "kind": "olonjs-page-mcp-manifest",
  "generatedAt": "2026-04-15T15:25:59.395Z",
  "slug": "resources",
  "title": "Resources — Olon",
  "description": "Everything you need to build with OlonJS: documentation, spec, GitHub, roadmap, community, and the vision paper.",
  "contractHref": "/schemas/resources.schema.json",
  "transport": {
    "kind": "window-message",
    "requestType": "olonjs:webmcp:tool-call",
    "resultType": "olonjs:webmcp:tool-result",
    "target": "window"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "olon://pages/resources",
        "name": "Resources — Olon Data",
        "mimeType": "application/json",
        "description": "Structured content for the resources page."
      },
      {
        "uri": "olon://pages",
        "name": "Site Map",
        "mimeType": "application/json",
        "description": "Structured content for the map of this site"
      }
    ]
  },
  "sectionTypes": [
    "header",
    "footer",
    "resources-grid",
    "cli-spotlight",
    "manifesto-row"
  ],
  "sectionInstances": [
    {
      "id": "global-header",
      "type": "header",
      "scope": "global",
      "label": "header"
    },
    {
      "id": "global-footer",
      "type": "footer",
      "scope": "global",
      "label": "footer"
    },
    {
      "id": "res-grid",
      "type": "resources-grid",
      "scope": "local",
      "label": "Guides & References"
    },
    {
      "id": "res-cli",
      "type": "cli-spotlight",
      "scope": "local",
      "label": "Start here"
    },
    {
      "id": "res-manifesto",
      "type": "manifesto-row",
      "scope": "local",
      "label": "manifesto-row"
    }
  ],
  "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."
    }
  ]
}
