From cfb8613daf64090b773b64c5d01f3c8672aefa86 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:00:23 -0400 Subject: [PATCH] Document full Settings tab layout in UI install guide Rework the Application settings section to reflect the six-tab layout (General, Registry, Secrets, CLI, Version, Logs) instead of a flat option list. Cross-link the Registry, Secrets, and CLI tabs to their respective guides. Closes the last unaddressed medium-priority item in the UI guides gap analysis (#751). Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/toolhive/guides-ui/install.mdx | 40 ++++++++++++++++------------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/docs/toolhive/guides-ui/install.mdx b/docs/toolhive/guides-ui/install.mdx index 829ee380..0478d637 100644 --- a/docs/toolhive/guides-ui/install.mdx +++ b/docs/toolhive/guides-ui/install.mdx @@ -102,28 +102,32 @@ icon for quick access. The tray menu includes: ## Application settings Open the ToolHive settings screen from the gear icon (⚙️) in the application -window. The settings screen allows you to configure various options: - -- **Display theme**: Choose between light and dark themes for the application. - ToolHive matches your system theme by default. -- **Start on login**: Automatically start ToolHive when you log in to your - system. MCP servers that were running when you quit ToolHive are restarted - automatically. -- **Error reporting**: Enable or disable error reporting and telemetry data - collection. -- **Skip quit confirmation**: Skip the MCP server shutdown confirmation dialog - when quitting ToolHive. - -The settings screen also includes a **Version** tab and a **Logs** tab: - -- **Version** tab: Displays the Desktop UI version and ToolHive binary version. - A green **Latest** badge appears next to each component when you are running - the current version. The **Downloads** toggle controls whether ToolHive +window. The settings screen is organized into tabs: + +- **General**: Application-wide preferences, including: + - **Display theme**: Choose between light and dark themes for the application. + ToolHive matches your system theme by default. + - **Start on login**: Automatically start ToolHive when you log in to your + system. MCP servers that were running when you quit ToolHive are restarted + automatically. + - **Error reporting**: Enable or disable error reporting and telemetry data + collection. + - **Skip quit confirmation**: Skip the MCP server shutdown confirmation dialog + when quitting ToolHive. +- **Registry**: Choose the registry that ToolHive uses to discover MCP servers. + See [Use the registry](./registry.mdx). +- **Secrets**: Add and manage the secrets that your MCP servers use. See + [Secrets management](./secrets-management.mdx). +- **CLI**: Install the `thv` command-line tool and check its status. See + [Access the CLI](./cli-access.mdx). +- **Version**: Displays the Desktop UI version and ToolHive binary version. A + green **Latest** badge appears next to each component when you are running the + current version. The **Downloads** toggle controls whether ToolHive automatically downloads and installs updates when a new release is available (enabled by default). If you disable auto-updates, an alert appears when a new version is available with a **Download** button so you can update manually. A blue indicator icon on the **Version** tab signals that an update is ready. -- **Logs** tab: Download the application log file for troubleshooting. +- **Logs**: Download the application log file for troubleshooting. ## Upgrade ToolHive