Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/getting-started/video-walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Note>
After adding or modifying MCPs, you may need to restart the CLI for changes to take effect.
Expand Down
2 changes: 1 addition & 1 deletion docs/jp/cli/getting-started/video-walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Model Context Protocol (MCP)により、droidは外部ツールやデータソ
/mcp list
```

これにより、すべての構成済みMCPとそれらの有効/無効ステータスが表示されます
これにより、構成済みの各MCPサーバーに接続し、現在の接続ステータス(**connected**、**connecting**、**needs authentication**、**failed**)が表示されます。OAuthが必要なサーバーは、インタラクティブな`/mcp`マネージャーでサインインを完了するまで**needs authentication**と表示されます

<Note>
MCPを追加または変更した後、変更を反映するためにCLIの再起動が必要な場合があります。
Expand Down
Loading