We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cda8e9 commit f82b9f7Copy full SHA for f82b9f7
cmd/thv/rm.go
@@ -118,7 +118,7 @@ func rmCmdFunc(_ *cobra.Command, args []string) error {
118
119
func shouldRemoveClientConfig() bool {
120
c := config.GetConfig()
121
- return len(c.Clients.RegisteredClients) > 0 && c.Clients.AutoDiscovery
+ return len(c.Clients.RegisteredClients) > 0 || c.Clients.AutoDiscovery
122
}
123
124
// updateClientConfigurations updates client configuration files with the MCP server URL
0 commit comments