Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cli/configuration/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ The `oauth` object on an **http** or **sse** server supports:
| Field | Type | Description |
| :---- | :--- | :---------- |
| `scopes` | `string[]` | OAuth scopes to request instead of the discovered defaults |
| `resource` | `string \| false` | OAuth resource indicator to send instead of the normalized MCP server URL; set to `false` to omit it |
Comment thread
factory-ain3sh marked this conversation as resolved.
| `authorizationServerIssuer` | `string` | Authorization server issuer URL. Required when `clientId` / `clientSecret` are set. |
| `clientId` | `string` | Pre-registered OAuth client ID, skipping dynamic registration |
| `clientSecret` | `string` | Client secret for the pre-registered client |
Expand Down
1 change: 1 addition & 0 deletions docs/jp/cli/configuration/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ OAuthトークンはシステムキーリング(またはフォールバック
| フィールド | 型 | 説明 |
| :---- | :--- | :---------- |
| `scopes` | `string[]` | 検出されたデフォルトの代わりに要求する OAuth スコープ |
| `resource` | `string \| false` | 正規化された MCP サーバー URL の代わりに送信する OAuth リソースインジケーター。`false` に設定すると省略します |
| `authorizationServerIssuer` | `string` | 認可サーバーの issuer URL。`clientId` / `clientSecret` を設定する場合は必須です。 |
| `clientId` | `string` | Dynamic Client Registration をスキップして使う、事前登録済みの OAuth クライアント ID |
| `clientSecret` | `string` | 事前登録済みクライアント用のクライアントシークレット |
Expand Down
Loading