File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,15 @@ thv restart <server-name>
73
73
74
74
### Remove a server
75
75
76
- To remove a stopped MCP server:
76
+ To remove an MCP server:
77
77
78
78
``` bash
79
79
thv rm < server-name>
80
80
```
81
81
82
82
This removes the container and cleans up the MCP server's entry in your
83
- configured clients.
83
+ configured clients. If the server is still running, it will be stopped as part
84
+ of the removal.
84
85
85
86
::: note
86
87
@@ -90,14 +91,6 @@ won't clean up the MCP server's entry in your configured clients. Use
90
91
91
92
:::
92
93
93
- ### Stop and remove in one command
94
-
95
- To stop and remove a running MCP server in a single command:
96
-
97
- ``` bash
98
- thv rm < server-name>
99
- ```
100
-
101
94
## Related information
102
95
103
96
- [ ` thv list ` command reference] ( ../reference/cli/thv_list.md )
You can’t perform that action at this time.
0 commit comments