From 54fb2018808c787505971f5e05f8977bc002e908 Mon Sep 17 00:00:00 2001 From: factory-ain3sh Date: Fri, 12 Jun 2026 23:31:51 -0700 Subject: [PATCH] docs(cli): update /mcp list to show connection/auth status (CLI-933) 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> --- docs/cli/getting-started/video-walkthrough.mdx | 2 +- docs/jp/cli/getting-started/video-walkthrough.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/getting-started/video-walkthrough.mdx b/docs/cli/getting-started/video-walkthrough.mdx index b01271cab..c38f1f855 100644 --- a/docs/cli/getting-started/video-walkthrough.mdx +++ b/docs/cli/getting-started/video-walkthrough.mdx @@ -416,7 +416,7 @@ Then provide the MCP details: /mcp list ``` -This shows all configured MCPs and their enabled/disabled status. +This connects to each configured MCP server and reports its current connection status: **connected**, **connecting**, **needs authentication**, or **failed**. Servers that require OAuth show **needs authentication** until you complete the sign-in flow in the interactive `/mcp` manager. After adding or modifying MCPs, you may need to restart the CLI for changes to take effect. diff --git a/docs/jp/cli/getting-started/video-walkthrough.mdx b/docs/jp/cli/getting-started/video-walkthrough.mdx index 2c2a936e4..60380b5df 100644 --- a/docs/jp/cli/getting-started/video-walkthrough.mdx +++ b/docs/jp/cli/getting-started/video-walkthrough.mdx @@ -416,7 +416,7 @@ Model Context Protocol (MCP)により、droidは外部ツールやデータソ /mcp list ``` -これにより、すべての構成済みMCPとそれらの有効/無効ステータスが表示されます。 +これにより、構成済みの各MCPサーバーに接続し、現在の接続ステータス(**connected**、**connecting**、**needs authentication**、**failed**)が表示されます。OAuthが必要なサーバーは、インタラクティブな`/mcp`マネージャーでサインインを完了するまで**needs authentication**と表示されます。 MCPを追加または変更した後、変更を反映するためにCLIの再起動が必要な場合があります。