LLM Access
Vocci Docs includes text-first files for LLM tools, developer assistants, and documentation ingestion.
Available Files
| File | Use case | Indexing |
|---|---|---|
/llms.txt | Concise index of public docs pages, summaries, and Markdown mirrors. | Public, marked noindex. |
/llms-full.txt | Complete text bundle of the public docs corpus. | Public, marked noindex. |
/raw/... | Markdown mirrors for individual docs pages. | Public, marked noindex. |
Normal HTML documentation pages should be indexed by search engines. The helper files are exposed for LLM tooling and documentation ingestion, not for search result pages.
Who Uses These Files
These files are for tools that need a stable public docs snapshot. They do not grant access to private user data or private documentation.
Recommended Usage
Start with What Is Vocci when a tool needs to understand the product itself. Use /llms.txt when a tool needs to decide which public page to read. Use /llms-full.txt when a tool needs the whole public documentation set in one request. Use /raw/... when a tool needs a single page in Markdown.
MCP clients connected to https://mcp.vocci.ai/mcp do not need these files for orientation: the server describes Vocci in its initialize instructions and exposes the same overview as a static About Vocci resource in its resource list.