mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
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:
parent
ea7fb8cb2e
commit
cc02df94c5
8 changed files with 45 additions and 2 deletions
|
|
@ -589,6 +589,8 @@ Check your server logs for "Client registered with redirect_uri" messages to ide
|
|||
|
||||
### Application Type (Web vs. Native)
|
||||
|
||||
<VersionBadge version="4.0.0" />
|
||||
|
||||
During Dynamic Client Registration, a client may declare an `application_type` (per RFC 7591 and SEP-837) that governs which redirect URIs it is allowed to use. The OAuth proxy honors this field both at registration and when authorizing a redirect.
|
||||
|
||||
`application_type` defaults to `"native"` because MCP clients typically run locally and register loopback callbacks. Clients that omit the field keep the permissive behavior described above. A client that explicitly registers as `"web"` is held to the stricter browser-app rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue