mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Add updates
This commit is contained in:
parent
fcd4e144ed
commit
c1d9defe15
2 changed files with 23 additions and 1 deletions
|
|
@ -58,7 +58,8 @@
|
|||
"pages": [
|
||||
"getting-started/welcome",
|
||||
"getting-started/installation",
|
||||
"getting-started/quickstart"
|
||||
"getting-started/quickstart",
|
||||
"updates"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
21
docs/updates.mdx
Normal file
21
docs/updates.mdx
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue