docs(cli): update /mcp list to show connection/auth status#1230
Merged
Conversation
factory-mono#14725 changed `droid mcp list` to connect to each server and report live connection/authentication status (connected, connecting, needs authentication, failed) instead of a static enabled/disabled state. Update the EN and JP video walkthrough docs to match. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Droid finished @factory-ain3sh's task —— View job LGTM. The docs now match the current |
lukealvoeiro
approved these changes
Jun 13, 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
The CLI walkthrough docs described
/mcp listas showing each MCP's "enabled/disabled status". That behavior changed in factory-mono#14725:droid mcp listnow connects to each configured server and reports its live connection/authentication status (connected,connecting,needs authentication,failed) rather than a static enabled/disabled flag. This PR updates the EN and JP video-walkthrough docs to match, and ties theneeds authenticationstate to the existing OAuth sign-in flow in the/mcpmanager.Related Issue
Closes CLI-933
Reviewer Guide
Read order:
docs/cli/getting-started/video-walkthrough.mdx(English source of truth) >docs/jp/cli/getting-started/video-walkthrough.mdx(JP mirror).Review depth: Skim — single-line copy change in each file.
Note: Status names are kept verbatim in the JP doc since they render in English in the CLI UI; terminology ("connection status" / "needs authentication") matches
docs/cli/configuration/mcp.mdx.Risk & Impact
Low risk — documentation-only copy change, no code or config touched.
Verification
Behavior verified. Confirmed the new wording matches the states surfaced by the source PR (
connected,connecting,needs authentication,failed) and aligns with the OAuth flow already documented on the MCP configuration page.Regression coverage. N/A — no executable behavior changed.
Not tested. No docs build run locally; this is a single-sentence MDX edit with balanced inline formatting, mirrored across both locales.