diff --git a/docs/cli/configuration/mcp.mdx b/docs/cli/configuration/mcp.mdx index 79293334..8fc47fd8 100644 --- a/docs/cli/configuration/mcp.mdx +++ b/docs/cli/configuration/mcp.mdx @@ -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 | | `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 | diff --git a/docs/jp/cli/configuration/mcp.mdx b/docs/jp/cli/configuration/mcp.mdx index 9a2561c4..1f3e658e 100644 --- a/docs/jp/cli/configuration/mcp.mdx +++ b/docs/jp/cli/configuration/mcp.mdx @@ -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` | 事前登録済みクライアント用のクライアントシークレット |