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の再起動が必要な場合があります。