Jeremiah Lowin commited on
Commit
669e4b4
·
1 Parent(s): 56bdae6

Add llms.txt to docs

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. docs/getting-started/welcome.mdx +7 -0
README.md CHANGED
@@ -47,7 +47,13 @@ fastmcp run server.py
47
 
48
  ### 📚 Documentation
49
 
50
- This readme provides only a high-level overview. For detailed guides, API references, and advanced patterns, please refer to the complete FastMCP documentation at **[gofastmcp.com](https://gofastmcp.com)**.
 
 
 
 
 
 
51
 
52
  ---
53
 
 
47
 
48
  ### 📚 Documentation
49
 
50
+ FastMCP's complete documentation is available at **[gofastmcp.com](https://gofastmcp.com)**, including detailed guides, API references, and advanced patterns. This readme provides only a high-level overview.
51
+
52
+ Documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily.
53
+
54
+ There are two ways to access the LLM-friendly documentation:
55
+ - [`llms.txt`](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation.
56
+ - [`llms-full.txt`](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM.
57
 
58
  ---
59
 
docs/getting-started/welcome.mdx CHANGED
@@ -65,3 +65,10 @@ FastMCP aims to be:
65
  🔍 **Complete**: FastMCP aims to provide a full implementation of the core MCP specification
66
 
67
 
 
 
 
 
 
 
 
 
65
  🔍 **Complete**: FastMCP aims to provide a full implementation of the core MCP specification
66
 
67
 
68
+ ## `llms.txt`
69
+
70
+ This documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily.
71
+
72
+ There are two ways to access the LLM-friendly documentation:
73
+ - [`llms.txt`](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation.
74
+ - [`llms-full.txt`](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM.