Skip to content

Commit 3abf1b2

Browse files
committed
Add note about migration from auto-discovery
1 parent 38decfa commit 3abf1b2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ To view the current status of detected and configured clients, run:
4444
thv client status
4545
```
4646

47+
:::note
48+
49+
ToolHive previously included an "auto-discovery" mode. We removed this mode in
50+
v0.1.0 to simplify client configuration and ensure consistent control and
51+
behavior.
52+
53+
If you previously enabled client auto-discovery, ToolHive will explicitly
54+
register all detected clients the first time you run v0.1.0 and higher.
55+
56+
Going forward, use the `thv client setup` command to manage your client
57+
configurations.
58+
59+
:::
60+
4761
## Alternative client registration
4862

4963
If you prefer to register clients manually or in an automated script, use the

0 commit comments

Comments
 (0)