From c1d9defe15f1ade5cb27cd2491a18abc6682d1cb Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:32:54 -0400 Subject: [PATCH] Add updates --- docs/docs.json | 3 ++- docs/updates.mdx | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/updates.mdx diff --git a/docs/docs.json b/docs/docs.json index 27c1ddff0..2eac442d5 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -58,7 +58,8 @@ "pages": [ "getting-started/welcome", "getting-started/installation", - "getting-started/quickstart" + "getting-started/quickstart", + "updates" ] }, { diff --git a/docs/updates.mdx b/docs/updates.mdx new file mode 100644 index 000000000..e04fcd6a0 --- /dev/null +++ b/docs/updates.mdx @@ -0,0 +1,21 @@ +--- +title: "FastMCP Updates" +sidebarTitle: "Updates" +icon: "sparkles" + +--- + + + + + +FastMCP 2.6 is here! + +This release introduces first-class authentication for MCP servers and clients, including pragmatic Bearer token support and seamless OAuth 2.1 integration. This release aligns with how major AI platforms are adopting MCP today, making it easier than ever to securely connect your tools to real-world AI models. Dive into the update and secure your stack with minimal friction. + +