File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ The `oauth` object on an **http** or **sse** server supports:
312312| Field | Type | Description |
313313| :---- | :--- | :---------- |
314314| ` scopes ` | ` string[] ` | OAuth scopes to request instead of the discovered defaults |
315+ | ` resource ` | ` string \| false ` | OAuth resource indicator to send instead of the normalized MCP server URL; set to ` false ` to omit it |
315316| ` authorizationServerIssuer ` | ` string ` | Authorization server issuer URL. Required when ` clientId ` / ` clientSecret ` are set. |
316317| ` clientId ` | ` string ` | Pre-registered OAuth client ID, skipping dynamic registration |
317318| ` clientSecret ` | ` string ` | Client secret for the pre-registered client |
Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ OAuthトークンはシステムキーリング(またはフォールバック
312312| フィールド | 型 | 説明 |
313313| :---- | :--- | :---------- |
314314| ` scopes ` | ` string[] ` | 検出されたデフォルトの代わりに要求する OAuth スコープ |
315+ | ` resource ` | ` string \| false ` | 正規化された MCP サーバー URL の代わりに送信する OAuth リソースインジケーター。` false ` に設定すると省略します |
315316| ` authorizationServerIssuer ` | ` string ` | 認可サーバーの issuer URL。` clientId ` / ` clientSecret ` を設定する場合は必須です。 |
316317| ` clientId ` | ` string ` | Dynamic Client Registration をスキップして使う、事前登録済みの OAuth クライアント ID |
317318| ` clientSecret ` | ` string ` | 事前登録済みクライアント用のクライアントシークレット |
You can’t perform that action at this time.
0 commit comments