feat: mcp - support audiences for OAuth2 (#5265)

This commit is contained in:
Mikhail Aksenov
2025-08-06 00:02:16 +02:00
committed by GitHub
parent 29c3825604
commit dadf05809c
3 changed files with 16 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ Use the `/mcp auth` command to manage OAuth authentication:
- **`scopes`** (string[]): Required OAuth scopes
- **`redirectUri`** (string): Custom redirect URI (defaults to `http://localhost:7777/oauth/callback`)
- **`tokenParamName`** (string): Query parameter name for tokens in SSE URLs
- **`audiences`** (string[]): Audiences the token is valid for
#### Token Management