This commit is contained in:
Jeremiah Lowin 2025-06-04 18:36:10 -04:00
commit a551b3468b
7 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,7 @@ title: Bearer Token Authentication
sidebarTitle: Bearer Auth
description: Authenticate your FastMCP client with a Bearer token.
icon: key
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -3,6 +3,7 @@ title: OAuth Authentication
sidebarTitle: OAuth
description: Authenticate your FastMCP client via OAuth 2.1.
icon: window
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -3,6 +3,7 @@ title: Anthropic
sidebarTitle: Anthropic
description: Call FastMCP servers from the Anthropic API
icon: message-smile
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -3,6 +3,7 @@ title: Gemini SDK
sidebarTitle: Gemini SDK
description: Call FastMCP servers from the Google Gemini SDK
icon: message-smile
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -3,6 +3,7 @@ title: OpenAI
sidebarTitle: OpenAI
description: Call FastMCP servers from the OpenAI API
icon: message-smile
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -3,6 +3,7 @@ title: Bearer Token Authentication
sidebarTitle: Bearer Auth
description: Secure your FastMCP server's HTTP endpoints by validating JWT Bearer tokens.
icon: key
tag: "New!"
---
import { VersionBadge } from "/snippets/version-badge.mdx"

View file

@ -2,7 +2,7 @@
title: "FastMCP Updates"
sidebarTitle: "Updates"
icon: "sparkles"
tag: "New!"
---
<Update label="FastMCP 2.6" description="June 6, 2025">