Merge pull request #789 from jlowin/changelog

Add changelog
This commit is contained in:
Jeremiah Lowin 2025-06-10 18:15:22 -04:00 committed by GitHub
commit bf82bbd42e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1072 additions and 1 deletions

1062
docs/changelog.mdx Normal file

File diff suppressed because it is too large Load diff

View file

@ -136,6 +136,13 @@
"pages": [
"tutorials/create-mcp-server"
]
},
{
"anchor": "Changelog",
"icon": "list-check",
"pages": [
"changelog"
]
}
]
},

View file

@ -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.