Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
26ff600
1
Parent(s): 46fab81
Add updates
Browse files- docs/docs.json +2 -1
- docs/updates.mdx +21 -0
docs/docs.json
CHANGED
|
@@ -58,7 +58,8 @@
|
|
| 58 |
"pages": [
|
| 59 |
"getting-started/welcome",
|
| 60 |
"getting-started/installation",
|
| 61 |
-
"getting-started/quickstart"
|
|
|
|
| 62 |
]
|
| 63 |
},
|
| 64 |
{
|
|
|
|
| 58 |
"pages": [
|
| 59 |
"getting-started/welcome",
|
| 60 |
"getting-started/installation",
|
| 61 |
+
"getting-started/quickstart",
|
| 62 |
+
"updates"
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|
docs/updates.mdx
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "FastMCP Updates"
|
| 3 |
+
sidebarTitle: "Updates"
|
| 4 |
+
icon: "sparkles"
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
<Update label="FastMCP 2.6" description="June 6, 2025">
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
<Card
|
| 12 |
+
title="Blast Auth with FastMCP 2.6" href="https://www.jlowin.dev/blog/fastmcp-2-6"
|
| 13 |
+
img="https://www.jlowin.dev/_image?href=%2F_astro%2Fhero.Bsu8afiw.png&w=1000&h=500&f=webp"
|
| 14 |
+
cta="Read more"
|
| 15 |
+
arrow="false"
|
| 16 |
+
horizontal="true">
|
| 17 |
+
FastMCP 2.6 is here!
|
| 18 |
+
|
| 19 |
+
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.
|
| 20 |
+
</Card>
|
| 21 |
+
</Update>
|