mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Add tags
This commit is contained in:
parent
c1d9defe15
commit
a551b3468b
7 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "FastMCP Updates"
|
||||
sidebarTitle: "Updates"
|
||||
icon: "sparkles"
|
||||
|
||||
tag: "New!"
|
||||
---
|
||||
<Update label="FastMCP 2.6" description="June 6, 2025">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue