From bc0c9361ed4a643e216532d9bec210b73967b76c Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 9 May 2025 11:15:54 -0400 Subject: [PATCH] Add llms.txt to docs --- README.md | 8 +++++++- docs/getting-started/welcome.mdx | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b74ad960..00ae30ffa 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,13 @@ fastmcp run server.py ### 📚 Documentation -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)**. +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. + +Documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily. + +There are two ways to access the LLM-friendly documentation: +- [`llms.txt`](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation. +- [`llms-full.txt`](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM. --- diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index 798358ac6..b56352131 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -65,3 +65,10 @@ FastMCP aims to be: 🔍 **Complete**: FastMCP aims to provide a full implementation of the core MCP specification +## `llms.txt` + +This documentation is also available in [llms.txt format](https://llmstxt.org/), which is a simple markdown standard that LLMs can consume easily. + +There are two ways to access the LLM-friendly documentation: +- [`llms.txt`](https://gofastmcp.com/llms.txt) is essentially a sitemap, listing all the pages in the documentation. +- [`llms-full.txt`](https://gofastmcp.com/llms-full.txt) contains the entire documentation. Note this may exceed the context window of your LLM.