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

@ -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.