Merge pull request #718 from jlowin/updates

Add updates
This commit is contained in:
Jeremiah Lowin 2025-06-04 18:33:20 -04:00 committed by GitHub
commit 02481cb9b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 1 deletions

View file

@ -58,7 +58,8 @@
"pages": [
"getting-started/welcome",
"getting-started/installation",
"getting-started/quickstart"
"getting-started/quickstart",
"updates"
]
},
{

21
docs/updates.mdx Normal file
View file

@ -0,0 +1,21 @@
---
title: "FastMCP Updates"
sidebarTitle: "Updates"
icon: "sparkles"
---
<Update label="FastMCP 2.6" description="June 6, 2025">
<Card
title="Blast Auth with FastMCP 2.6" href="https://www.jlowin.dev/blog/fastmcp-2-6"
img="https://www.jlowin.dev/_image?href=%2F_astro%2Fhero.Bsu8afiw.png&w=1000&h=500&f=webp"
cta="Read more"
arrow="false"
horizontal="true">
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.
</Card>
</Update>