For LLMs
Documentation for AI Agents
Section titled “Documentation for AI Agents”We provide our complete documentation as a compact text file — optimized for AI agents and LLMs.
Copy the following block into your AI chat to load all relevant context files:
# FlowMCP — Complete documentation for LLMshttps://flowmcp.github.io/llm/llms.txt
# FlowMCP Framework — Technical foundation (Schemas, Agents, MCP Server)https://flowmcp.github.io/docs/llms.txt
# FlowMCP Specification v3.0.0https://raw.githubusercontent.com/FlowMCP/flowmcp-spec/main/spec/v3.0.0/llms.txtWhat is llms.txt?
Section titled “What is llms.txt?”An llms.txt file is a compact summary of documentation in a machine-readable format. It allows AI agents to capture the entire documentation in one step — without visiting each page individually.
Why three files?
Section titled “Why three files?”| File | Content |
|---|---|
| FlowMCP llms.txt | Project overview, vision, all docs pages with brief description |
| FlowMCP Docs llms.txt | Technical details on schemas, agents, MCP servers |
| FlowMCP Spec llms.txt | Formal specification of the schema format (v3.0.0) |
For deeper technical details, we recommend the FlowMCP documentation.