Skip to content

Test Page — MCP Pipeline Verification

Overview

This is a test page created via the TF Demo MCP tools to verify that the Astro Starlight publishing pipeline is working correctly.

What Was Tested

MCP Tool Integration

The following tools were exercised during this test:

  • list-pages — confirmed empty vault
  • get-project-state — retrieved hosting URL and project metadata
  • get-guide — loaded agent workflow and metadata schema
  • add-page — created this page as a draft

Starlight Conventions

Pages follow Astro Starlight conventions:

  • Content starts at ## (h2) — the title field provides the h1
  • Headings are strictly sequential (h2 → h3, no skipped levels)
  • Slugs use lowercase kebab-case
  • Each page includes title, description, and slug in metadata

Next Steps

Once satisfied with the draft, call publish() to build and deploy the static site to Firebase Hosting.