Skip to content

Commit dae67d4

Browse files
committed
moved list-regiserted-clients under client
1 parent b187b40 commit dae67d4

File tree

5 files changed

+38
-39
lines changed

5 files changed

+38
-39
lines changed

docs/toolhive/guides-cli/client-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ the latest list of supported clients.
8888
To list currently registered clients:
8989

9090
```bash
91-
thv config list-registered-clients
91+
thv client list-registered
9292
```
9393

9494
Repeat the registration step for any additional clients you want to configure.

docs/toolhive/reference/cli/thv_client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The client command provides subcommands to manage MCP client integrations.
3030
### SEE ALSO
3131

3232
* [thv](thv.md) - ToolHive (thv) is a lightweight, secure, and fast manager for MCP servers
33+
* [thv client list-registered](thv_client_list-registered.md) - List all registered MCP clients
3334
* [thv client register](thv_client_register.md) - Register a client for MCP server configuration
3435
* [thv client remove](thv_client_remove.md) - Remove a client from MCP server configuration
3536
* [thv client setup](thv_client_setup.md) - Interactively setup and register installed clients
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: thv client list-registered
3+
hide_title: true
4+
description: Reference for ToolHive CLI command `thv client list-registered`
5+
last_update:
6+
author: autogenerated
7+
slug: thv_client_list-registered
8+
---
9+
10+
## thv client list-registered
11+
12+
List all registered MCP clients
13+
14+
### Synopsis
15+
16+
List all clients that are registered for MCP server configuration.
17+
18+
```
19+
thv client list-registered [flags]
20+
```
21+
22+
### Options
23+
24+
```
25+
-h, --help help for list-registered
26+
```
27+
28+
### Options inherited from parent commands
29+
30+
```
31+
--debug Enable debug mode
32+
```
33+
34+
### SEE ALSO
35+
36+
* [thv client](thv_client.md) - Manage MCP clients

docs/toolhive/reference/cli/thv_config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The config command provides subcommands to manage application configuration sett
3232
* [thv](thv.md) - ToolHive (thv) is a lightweight, secure, and fast manager for MCP servers
3333
* [thv config get-ca-cert](thv_config_get-ca-cert.md) - Get the currently configured CA certificate path
3434
* [thv config get-registry-url](thv_config_get-registry-url.md) - Get the currently configured registry URL
35-
* [thv config list-registered-clients](thv_config_list-registered-clients.md) - List all registered MCP clients
3635
* [thv config otel](thv_config_otel.md) - Manage OpenTelemetry configuration
3736
* [thv config set-ca-cert](thv_config_set-ca-cert.md) - Set the default CA certificate for container builds
3837
* [thv config set-registry-url](thv_config_set-registry-url.md) - Set the MCP server registry URL

docs/toolhive/reference/cli/thv_config_list-registered-clients.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)