diff --git a/README.md b/README.md index d391bbcbb..6a44dcc3d 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.