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>
7373
7474### Remove a server
7575
76- To remove a stopped MCP server:
76+ To remove an MCP server:
7777
7878``` bash
7979thv rm < server-name>
8080```
8181
8282This 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.
8485
8586::: note
8687
@@ -90,14 +91,6 @@ won't clean up the MCP server's entry in your configured clients. Use
9091
9192:::
9293
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-
10194## Related information
10295
10396- [ ` thv list ` command reference] ( ../reference/cli/thv_list.md )
You can’t perform that action at this time.
0 commit comments