mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
feat: mcp - support audiences for OAuth2 (#5265)
This commit is contained in:
parent
29c3825604
commit
dadf05809c
3 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue