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 vaultget-project-state— retrieved hosting URL and project metadataget-guide— loaded agent workflow and metadata schemaadd-page— created this page as a draft
Starlight Conventions
Pages follow Astro Starlight conventions:
- Content starts at
##(h2) — thetitlefield provides the h1 - Headings are strictly sequential (h2 → h3, no skipped levels)
- Slugs use lowercase kebab-case
- Each page includes
title,description, andslugin metadata
Next Steps
Once satisfied with the draft, call publish() to build and deploy the static site to Firebase Hosting.