docs(cli): document MCP load blocking setting#1328
Merged
Conversation
Add blockOnMcpLoad to the English and Japanese public settings references so users can discover the agent-loop readiness control introduced by the CLI. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Contributor
|
Droid finished @factory-ain3sh's task —— View job LGTM, documentation-only update adding the missing |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
markattar-factory
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
What
The public settings reference omits
blockOnMcpLoad, so users cannot discover the option that controls whether agent turns wait for MCP readiness.Why
The CLI now exposes this settings.json control, but the English and Japanese references were not updated with the feature.
How
This PR adds the boolean setting, its default (
false), and its behavior to both localized settings tables.Related Issue
Closes CLI-1450
Reviewer Guide
Diff shape: ~90% documentation tables, ~10% translation; no runtime code or generated files.
Review depth: Skim — verify the setting name, default, and behavior match the CLI contract in both locales.
Read order:
docs/cli/configuration/settings.mdx— English setting reference.docs/jp/cli/configuration/settings.mdx— Japanese translation of the same entry.Risk & Impact
Low risk. The change is documentation-only and does not alter CLI behavior, configuration parsing, or generated artifacts.
Verification
Behavior verified. Confirmed both public settings tables now list
blockOnMcpLoadas a boolean defaulting tofalse, verified @ 4ed6b54.Regression coverage. No runtime regression test applies because this PR changes documentation only; the two localized references are the owning documentation surfaces.
Not tested. Mintlify preview was not run because the worktree has no installable project manifest or dependency tree;
git diff --checkand worktree structural verification pass.Standard validators. No formatter, linter, typecheck, dead-code, AI-slop, React, or test configuration is present in this docs-only repository; whitespace validation passed.