Skip to content

The llms.txt ecosystem

llms.txt is a community proposal: a “README for LLMs” served at the site root as Markdown, so models can understand a site’s structure without crawling every page.

  • /llms.txt — just the documentation index and MCP access info; small, ideal for discovery
  • /llms-full.txt — every page concatenated; ideal for one-shot context ingestion

Both are generated by buildLlmsIndex / buildLlmsFull in src/lib/docs.ts and served by src/pages/llms.txt.ts / src/pages/llms-full.txt.ts, with prerender = true.

Capability/llms.txt/mcp
Client requirementanything that can fetch a URLMCP-compatible client
Data shapestatic plain textlive JSON-RPC
Retrievaldone client-sidebuilt-in search_docs tool
Incremental updatesfull re-readper-resource fetch

They are complementary. Pure-static deployments only get llms.txt. Deployments with a Node runtime can offer both.