Skip to content

Commit ecba11d

Browse files
authored
Fix the rm command example (#17)
We removed the `-f` flag.
1 parent 33c860a commit ecba11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ won't clean up the MCP server's entry in your configured clients. Use
9595
To stop and remove a running MCP server in a single command:
9696

9797
```bash
98-
thv rm -f <server-name>
98+
thv rm <server-name>
9999
```
100100

101101
## Related information

0 commit comments

Comments
 (0)