diff --git a/features/mcp.mdx b/features/mcp.mdx
index df8c33b..ea3924a 100644
--- a/features/mcp.mdx
+++ b/features/mcp.mdx
@@ -29,14 +29,14 @@ Both paths land at the same place. A server added in chat shows up in the MCP ta
## Where to find them
-
+
-Every server connected to this workspace shows up under **Customization → MCP**, with status and tool count. **Add MCP server** is at the top right.
+Every server connected to this workspace shows up under **Customization → MCP**, with status and tool count. When the list is empty, the page centers a single **Connect a server** button. Once you have a few servers, the page switches to the list view shown below, with **Add MCP server** at the top right.
## Adding a server
-Click **Add MCP server**. A dialog opens.
+Click **Connect a server** (or **Add MCP server**, once you have any connected). A dialog opens.
@@ -98,31 +98,47 @@ For the OAuth tabs, **Authorize** opens a popup on the server's sign-in page.
-Sign in there. The popup closes itself. The dialog flips to the connected state without you having to refresh.
+Sign in there. The popup briefly lands on a Fluso confirmation page before closing itself.
-Take your time. The pending session holds for 15 minutes. After that it expires and you start over.
+
+
+
+
+The dialog in the main tab flips to the connected state without you having to refresh.
+
+Take your time. The pending session holds for 15 minutes. After that it expires and the same page reports the failure:
+
+
+
+
If your browser blocks the popup, allow popups for the Fluso domain and click **Authorize** again. If you close the popup before signing in, Fluso notices and lets you retry from the same dialog.
## Managing connections
-
+
-Every connected server shows up as a row with status, tool count, and last-used timestamp.
+Every connected server shows up as a row with the server's favicon, the endpoint, status, tool count, and a last-used timestamp.
**Connected.** Fluso has a current sign-in. Tokens that are close to expiring get refreshed in the background. You don't see this happen.
**Needs reauth.** The token expired and Fluso couldn't refresh it. The server probably revoked the refresh token or rotated keys. Hit the three-dot menu and click **Reconnect**.
-
+
**Reconnect** drops the stored sign-in first, then re-opens the Add dialog with the URL filled in. Use it after a **Needs reauth**, or when you want to sign in as a different account on the same server.
-**Disconnect** removes the row. Fluso loses access from the next message on. This only removes the sign-in from Fluso's side. To revoke it on the server, do that from the server's own settings page. Most providers list "Fluso MCP Proxy" as an authorized application you can remove.
+**Disconnect** opens a confirmation:
+
+
+
+
+
+Confirm and the row is removed. Fluso loses access from the next message on. This only removes the sign-in from Fluso's side. To revoke it on the server, do that from the server's own settings page. Most providers list "Fluso MCP Proxy" as an authorized application you can remove.
## Connection lifecycle
diff --git a/images/features/mcp/add-dialog.png b/images/features/mcp/add-dialog.png
index d97aff1..fbacf7c 100644
Binary files a/images/features/mcp/add-dialog.png and b/images/features/mcp/add-dialog.png differ
diff --git a/images/features/mcp/authorizing.png b/images/features/mcp/authorizing.png
index 01b5980..556a3ca 100644
Binary files a/images/features/mcp/authorizing.png and b/images/features/mcp/authorizing.png differ
diff --git a/images/features/mcp/connections-list.png b/images/features/mcp/connections-list.png
index 485af1a..7fc4107 100644
Binary files a/images/features/mcp/connections-list.png and b/images/features/mcp/connections-list.png differ
diff --git a/images/features/mcp/dialog-api-key.png b/images/features/mcp/dialog-api-key.png
index 9ccc05c..2604acd 100644
Binary files a/images/features/mcp/dialog-api-key.png and b/images/features/mcp/dialog-api-key.png differ
diff --git a/images/features/mcp/dialog-bearer.png b/images/features/mcp/dialog-bearer.png
index 2281a75..e3f94b8 100644
Binary files a/images/features/mcp/dialog-bearer.png and b/images/features/mcp/dialog-bearer.png differ
diff --git a/images/features/mcp/dialog-byo-oauth.png b/images/features/mcp/dialog-byo-oauth.png
index 1ba35f5..2b2d94e 100644
Binary files a/images/features/mcp/dialog-byo-oauth.png and b/images/features/mcp/dialog-byo-oauth.png differ
diff --git a/images/features/mcp/disconnect-dialog.png b/images/features/mcp/disconnect-dialog.png
new file mode 100644
index 0000000..bc77f0c
Binary files /dev/null and b/images/features/mcp/disconnect-dialog.png differ
diff --git a/images/features/mcp/mcp-page.png b/images/features/mcp/mcp-page.png
index 87b5c5f..beb576e 100644
Binary files a/images/features/mcp/mcp-page.png and b/images/features/mcp/mcp-page.png differ
diff --git a/images/features/mcp/oauth-callback-error.png b/images/features/mcp/oauth-callback-error.png
new file mode 100644
index 0000000..777cb4d
Binary files /dev/null and b/images/features/mcp/oauth-callback-error.png differ
diff --git a/images/features/mcp/oauth-callback-success.png b/images/features/mcp/oauth-callback-success.png
new file mode 100644
index 0000000..a11ba58
Binary files /dev/null and b/images/features/mcp/oauth-callback-success.png differ
diff --git a/images/features/mcp/row-menu.png b/images/features/mcp/row-menu.png
index b377911..62cf798 100644
Binary files a/images/features/mcp/row-menu.png and b/images/features/mcp/row-menu.png differ