Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/toolhive/guides-cli/run-mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ same MCP server, but it is not meant as a security feature.
To filter the list of tools, use the `--tools` flag either once

```bash
thv run --tools <TOOL_1>,<TOOL_2> <SERVER>
thv run --tools <TOOL_1> <SERVER>
```

Or multiple times
Expand All @@ -165,7 +165,7 @@ thv run --tools <TOOL_1> --tools <TOOL_2> <SERVER>
For example:

```bash
thv run --tools list_issues,get_issue github
thv run --tools list_issues --tools get_issue github
```

If the server comes from the registry, ToolHive can validate the tool names
Expand Down
Loading