{
  "version": "1.0.0",
  "kind": "olonjs-page-mcp-manifest",
  "generatedAt": "2026-08-10T19:12:28.719Z",
  "slug": "home",
  "title": "Andrew Linh — Systems Architect & Technical Writer",
  "description": "Portfolio and editorial site of Andrew Linh. Backend architecture, structured data infrastructure, developer tools, and AI-native systems — written with precision.",
  "contractHref": "/schemas/home.schema.json",
  "transport": {
    "kind": "window-message",
    "requestType": "olonjs:webmcp:tool-call",
    "resultType": "olonjs:webmcp:tool-result",
    "target": "window"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "olon://pages/home",
        "name": "Andrew Linh — Systems Architect & Technical Writer Data",
        "mimeType": "application/json",
        "description": "Structured content for the home page."
      },
      {
        "uri": "olon://pages",
        "name": "Site Map",
        "mimeType": "application/json",
        "description": "Structured content for the map of this site"
      }
    ]
  },
  "sectionTypes": [
    "header",
    "footer",
    "home-hero",
    "featured-projects",
    "recent-posts",
    "bio-band",
    "cta-band"
  ],
  "sectionInstances": [
    {
      "id": "global-header",
      "type": "header",
      "scope": "global",
      "label": "header"
    },
    {
      "id": "global-footer",
      "type": "footer",
      "scope": "global",
      "label": "footer"
    },
    {
      "id": "home-hero-1",
      "type": "home-hero",
      "scope": "local",
      "label": "I design backends that stay honest,"
    },
    {
      "id": "home-featured-1",
      "type": "featured-projects",
      "scope": "local",
      "label": "Case studies"
    },
    {
      "id": "home-posts-1",
      "type": "recent-posts",
      "scope": "local",
      "label": "Latest notes"
    },
    {
      "id": "home-bio-1",
      "type": "bio-band",
      "scope": "local",
      "label": "Precision over performance."
    },
    {
      "id": "home-cta-1",
      "type": "cta-band",
      "scope": "local",
      "label": "Need a calm systems partner?"
    }
  ],
  "tools": [
    {
      "name": "update-section",
      "description": "Update a section field in the Studio draft. Does not persist — call save when all updates are complete. Use sectionType to select the matching schema from sectionSchemas."
    },
    {
      "name": "save",
      "description": "Persist all pending draft changes using the active save mode (local file, hot save, or save2repo). Call once after all update-section calls are complete."
    }
  ]
}
