diff --git a/docs/cli/configuration/settings.mdx b/docs/cli/configuration/settings.mdx index f66623a4..d59da477 100644 --- a/docs/cli/configuration/settings.mdx +++ b/docs/cli/configuration/settings.mdx @@ -63,6 +63,7 @@ Local overrides merge on top of the corresponding `settings.json` at the same le | `showThinkingInMainView` | `true`, `false` | `false` | Display AI thinking/reasoning blocks in the main chat view. | | `customModels` | Array of model configs | `[]` | Custom model configurations for BYOK. See [BYOK docs](/cli/byok/overview). | | `mcp.callTimeoutMs` | Integer (milliseconds) | Built-in default | Global timeout for MCP tool calls. Overridden per-server by `timeoutMs` in `mcp.json`. See [MCP call timeout](/cli/configuration/mcp#mcp-call-timeout). | +| `blockOnMcpLoad` | `true`, `false` | `false` | Wait for MCP servers to finish loading before starting an agent turn. | ### Model diff --git a/docs/jp/cli/configuration/settings.mdx b/docs/jp/cli/configuration/settings.mdx index 88f06632..6b9a1f1b 100644 --- a/docs/jp/cli/configuration/settings.mdx +++ b/docs/jp/cli/configuration/settings.mdx @@ -63,6 +63,7 @@ droidの設定を行うには: | `showThinkingInMainView` | `true`, `false` | `false` | メインチャット画面にAIの思考/推論ブロックを表示します。 | | `customModels` | モデル設定の配列 | `[]` | BYOK用のカスタムモデル設定。[BYOKドキュメント](/jp/cli/byok/overview)を参照。 | | `mcp.callTimeoutMs` | 整数(ミリ秒) | 組み込みのデフォルト | MCP ツール呼び出しのグローバルタイムアウト。`mcp.json` の `timeoutMs` によってサーバー単位で上書きできます。詳しくは [MCP 呼び出しタイムアウト](/jp/cli/configuration/mcp#mcp-call-timeout) を参照してください。 | +| `blockOnMcpLoad` | `true`, `false` | `false` | エージェントターンを開始する前に、MCPサーバーの読み込み完了を待機します。 | ### モデル