Starlight, diataxis-shaped: a tutorial pair, six how-to guides, a generated tool reference plus a configuration reference, and four explanation pages covering architecture, sandbox isolation, see-and-drive, and the failure handling philosophy. The tool reference is generated from the running MCP server's own schemas, so its 33 tools, parameters and defaults cannot drift from the code; the generator asserts its grouping still covers exactly the live tool set. Infrastructure follows the warehacking cookie-cutter (multi-stage Dockerfile, Caddy serving dist with real 404 status, compose profiles for prod and dev, Makefile with a deploy target pointed at docker-2). Two deviations worth noting: remark-gfm is added to the MDX pipeline because Astro enables GFM for .md but not .mdx, so tables silently rendered as run-together paragraphs; and the card icon palette is pinned to the accent because Starlight's staggered grid rotates through colours including purple. Package URLs now point at the Gitea repo and this site.
8 lines
533 B
XML
8 lines
533 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="mcqemu">
|
|
<rect width="32" height="32" rx="6" fill="#16170f"/>
|
|
<rect x="5" y="7" width="22" height="16" rx="2" fill="none" stroke="#b5820f" stroke-width="2"/>
|
|
<path d="M9 12l3 3-3 3" fill="none" stroke="#f0c674" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M15 18h7" stroke="#f0c674" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M12 26h8" stroke="#b5820f" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|