mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
commit
bf82bbd42e
3 changed files with 1072 additions and 1 deletions
1062
docs/changelog.mdx
Normal file
1062
docs/changelog.mdx
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -136,6 +136,13 @@
|
|||
"pages": [
|
||||
"tutorials/create-mcp-server"
|
||||
]
|
||||
},
|
||||
{
|
||||
"anchor": "Changelog",
|
||||
"icon": "list-check",
|
||||
"pages": [
|
||||
"changelog"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -71,4 +71,6 @@ 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.
|
||||
|
||||
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).
|
||||
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).
|
||||
|
||||
Finally, you can copy the contents of any page as markdown by pressing "Cmd+C" (or "Ctrl+C" on Windows) on your keyboard.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue