Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
d5c50f9
1
Parent(s): 26ff600
Add tags
Browse files- docs/clients/auth/bearer.mdx +1 -0
- docs/clients/auth/oauth.mdx +1 -0
- docs/integrations/anthropic.mdx +1 -0
- docs/integrations/gemini.mdx +1 -0
- docs/integrations/openai.mdx +1 -0
- docs/servers/auth/bearer.mdx +1 -0
- docs/updates.mdx +1 -1
docs/clients/auth/bearer.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: Bearer Token Authentication
|
|
| 3 |
sidebarTitle: Bearer Auth
|
| 4 |
description: Authenticate your FastMCP client with a Bearer token.
|
| 5 |
icon: key
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: Bearer Auth
|
| 4 |
description: Authenticate your FastMCP client with a Bearer token.
|
| 5 |
icon: key
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/clients/auth/oauth.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: OAuth Authentication
|
|
| 3 |
sidebarTitle: OAuth
|
| 4 |
description: Authenticate your FastMCP client via OAuth 2.1.
|
| 5 |
icon: window
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: OAuth
|
| 4 |
description: Authenticate your FastMCP client via OAuth 2.1.
|
| 5 |
icon: window
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/integrations/anthropic.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: Anthropic
|
|
| 3 |
sidebarTitle: Anthropic
|
| 4 |
description: Call FastMCP servers from the Anthropic API
|
| 5 |
icon: message-smile
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: Anthropic
|
| 4 |
description: Call FastMCP servers from the Anthropic API
|
| 5 |
icon: message-smile
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/integrations/gemini.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: Gemini SDK
|
|
| 3 |
sidebarTitle: Gemini SDK
|
| 4 |
description: Call FastMCP servers from the Google Gemini SDK
|
| 5 |
icon: message-smile
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: Gemini SDK
|
| 4 |
description: Call FastMCP servers from the Google Gemini SDK
|
| 5 |
icon: message-smile
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/integrations/openai.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: OpenAI
|
|
| 3 |
sidebarTitle: OpenAI
|
| 4 |
description: Call FastMCP servers from the OpenAI API
|
| 5 |
icon: message-smile
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: OpenAI
|
| 4 |
description: Call FastMCP servers from the OpenAI API
|
| 5 |
icon: message-smile
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/servers/auth/bearer.mdx
CHANGED
|
@@ -3,6 +3,7 @@ title: Bearer Token Authentication
|
|
| 3 |
sidebarTitle: Bearer Auth
|
| 4 |
description: Secure your FastMCP server's HTTP endpoints by validating JWT Bearer tokens.
|
| 5 |
icon: key
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 3 |
sidebarTitle: Bearer Auth
|
| 4 |
description: Secure your FastMCP server's HTTP endpoints by validating JWT Bearer tokens.
|
| 5 |
icon: key
|
| 6 |
+
tag: "New!"
|
| 7 |
---
|
| 8 |
|
| 9 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
docs/updates.mdx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: "FastMCP Updates"
|
| 3 |
sidebarTitle: "Updates"
|
| 4 |
icon: "sparkles"
|
| 5 |
-
|
| 6 |
---
|
| 7 |
<Update label="FastMCP 2.6" description="June 6, 2025">
|
| 8 |
|
|
|
|
| 2 |
title: "FastMCP Updates"
|
| 3 |
sidebarTitle: "Updates"
|
| 4 |
icon: "sparkles"
|
| 5 |
+
tag: "New!"
|
| 6 |
---
|
| 7 |
<Update label="FastMCP 2.6" description="June 6, 2025">
|
| 8 |
|