FlowMCP provides its complete documentation as single-file downloads optimized for AI agent context windows.
Documentation Files
| File | Content | Use Case |
|---|
| Docs llms.txt | Practical documentation — schemas, agents, CLI, MCP server | Building with FlowMCP |
| Spec llms.txt | Full technical specification — validation rules, format definitions, constraints | Implementing FlowMCP-compatible tools |
Usage
Feed the appropriate file to your AI agent for full FlowMCP context:
# For building with FlowMCP (practical)
https://docs.flowmcp.org/llms.txt
# For implementing FlowMCP internals (technical)
https://github.com/FlowMCP/flowmcp-spec/blob/main/spec/v3.0.0/llms.txt
The docs llms.txt is sufficient for most use cases. Use the spec llms.txt only when you need detailed validation rules or format constraints.