Skip to content

Commit fb6dd42

Browse files
authored
Apply suggestions from code review
1 parent 6dc1efa commit fb6dd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolhive/guides-cli/run-mcp-servers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ thv run --proxy-port <PORT_NUMBER> <SERVER>
145145
### Run a server exposing only selected tools
146146

147147
ToolHive can filter the tools returned to the client as result of a `tools/list`
148-
command as well as block calls to tools that the user did not want to expose.
148+
command as well as block calls to tools that you don't want to expose.
149149

150150
This can help reduce the amount of tools sent to the LLM while still using the
151151
same MCP server, but it is not meant as a security feature.
@@ -170,7 +170,7 @@ thv run --tools list_issues,get_issue github
170170

171171
If the server comes from the registry, ToolHive can validate the tool names
172172
against the list advertised in the image reference. An error is returned in case
173-
ToolHive cannot find one of the tools specified by the user.
173+
ToolHive cannot find one of the specified tools.
174174

175175
## Run a custom MCP server
176176

0 commit comments

Comments
 (0)