diff options
| author | Mikhail Aksenov <[email protected]> | 2025-08-06 00:02:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 22:02:16 +0000 |
| commit | dadf05809c4978455a646ab4ef95421fbe758657 (patch) | |
| tree | ffb318b766aec91014d90492ad5a2a2077954d24 /docs/tools | |
| parent | 29c3825604fdc82b483902bf79f204673e2dfdae (diff) | |
feat: mcp - support audiences for OAuth2 (#5265)
Diffstat (limited to 'docs/tools')
| -rw-r--r-- | docs/tools/mcp-server.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tools/mcp-server.md b/docs/tools/mcp-server.md index 1222c693..850c228e 100644 --- a/docs/tools/mcp-server.md +++ b/docs/tools/mcp-server.md @@ -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 |
