Audit v4 docs: fix missing version badges, fill whats-new gaps (#4668)

* Fix missing/wrong 4.0.0 version badges

* Fill v4 badge and whats-new gaps found in docs audit
This commit is contained in:
Jeremiah Lowin 2026-07-27 15:03:18 -04:00 committed by GitHub
commit cc02df94c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 45 additions and 2 deletions

View file

@ -16,7 +16,7 @@ FastMCP supports two Auth0 integration paths:
## Auth for MCP (DCR)
<VersionBadge version="3.3.0" />
<VersionBadge version="4.0.0" />
This path uses the [**Remote OAuth**](/servers/auth/remote-oauth) pattern. Auth0 acts as the authorization server; FastMCP is the resource server.

View file

@ -83,6 +83,8 @@ mcp = FastMCP(name="My Descope Protected Server", auth=auth_provider)
### Scope discovery and validation
<VersionBadge version="4.0.0" />
When both `scopes_supported` and `required_scopes` are omitted, `DescopeProvider` discovers `scopes_supported` lazily from the OpenID configuration and advertises them to MCP clients. Provider construction remains network-free, and a transient discovery failure is retried on a later metadata request.
Set both options when clients should request a broader set of scopes than the server requires on every token: