Jeremiah Lowin commited on
Commit
67a0f89
·
1 Parent(s): 7e21d4d

Update LLM-friendly docs

Browse files
docs/docs.json CHANGED
@@ -19,14 +19,6 @@
19
  "light": "#4cc9f0",
20
  "primary": "#2d00f7"
21
  },
22
- "contextual": {
23
- "options": [
24
- "copy",
25
- "view",
26
- "chatgpt",
27
- "claude"
28
- ]
29
- },
30
  "description": "The fast, Pythonic way to build MCP servers and clients.",
31
  "favicon": {
32
  "dark": "/assets/favicon.ico",
 
19
  "light": "#4cc9f0",
20
  "primary": "#2d00f7"
21
  },
 
 
 
 
 
 
 
 
22
  "description": "The fast, Pythonic way to build MCP servers and clients.",
23
  "favicon": {
24
  "dark": "/assets/favicon.ico",
docs/getting-started/welcome.mdx CHANGED
@@ -63,10 +63,12 @@ FastMCP is made with 💙 by [Prefect](https://www.prefect.io/).
63
 
64
 
65
 
66
- ## `llms.txt`
67
 
68
  This documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily.
69
 
70
  There are two ways to access the LLM-friendly documentation:
71
- - [`llms.txt`](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation.
72
- - [`llms-full.txt`](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM.
 
 
 
63
 
64
 
65
 
66
+ ## LLM-Friendly Docs
67
 
68
  This documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily.
69
 
70
  There are two ways to access the LLM-friendly documentation:
71
+ - [llms.txt](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation.
72
+ - [llms-full.txt](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM.
73
+
74
+ In addition, any page can be accessed as markdown by appending `.md` to the URL. For example, this page would become `https://gofastmcp.com/getting-started/welcome.md`, which you can view [here](/getting-started/welcome.md).