diff --git a/docs/toolhive/guides-cli/run-mcp-servers.mdx b/docs/toolhive/guides-cli/run-mcp-servers.mdx index 419b2f01..e4ee541a 100644 --- a/docs/toolhive/guides-cli/run-mcp-servers.mdx +++ b/docs/toolhive/guides-cli/run-mcp-servers.mdx @@ -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 , +thv run --tools ``` Or multiple times @@ -165,7 +165,7 @@ thv run --tools --tools 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