From c7728da6206fdbd284c8d7270300889585b73204 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:28:50 -0400 Subject: [PATCH] Update LLM-friendly docs --- docs/docs.json | 8 -------- docs/getting-started/welcome.mdx | 8 +++++--- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index fa0b4a866..074d601d4 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -19,14 +19,6 @@ "light": "#4cc9f0", "primary": "#2d00f7" }, - "contextual": { - "options": [ - "copy", - "view", - "chatgpt", - "claude" - ] - }, "description": "The fast, Pythonic way to build MCP servers and clients.", "favicon": { "dark": "/assets/favicon.ico", diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index f3ddbad85..55bda48f9 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -63,10 +63,12 @@ FastMCP is made with 💙 by [Prefect](https://www.prefect.io/). -## `llms.txt` +## LLM-Friendly Docs 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. +- [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. + +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). \ No newline at end of file