Skip to content

Commit 49b7816

Browse files
authored
Remove rm -f section (#18)
This is no longer needed.
1 parent ecba11d commit 49b7816

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/toolhive/guides-cli/manage-mcp-servers.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff 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
7979
thv rm <server-name>
8080
```
8181

8282
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.
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)

0 commit comments

Comments
 (0)