diff --git a/docs/toolhive/guides-cli/run-mcp-servers.mdx b/docs/toolhive/guides-cli/run-mcp-servers.mdx index 6c3618df..20b4dc33 100644 --- a/docs/toolhive/guides-cli/run-mcp-servers.mdx +++ b/docs/toolhive/guides-cli/run-mcp-servers.mdx @@ -143,7 +143,8 @@ Check the MCP server's documentation for the required arguments. ### Run a server on a specific port ToolHive creates a reverse proxy on a random port that forwards requests to the -container. To specify the port for an MCP server: +container. This is the port that client applications connect to. To set a +specific proxy port instead, use the `--port` flag: ```bash thv run --port diff --git a/docs/toolhive/tutorials/quickstart.mdx b/docs/toolhive/tutorials/quickstart.mdx index 892d1dd9..3eefea67 100644 --- a/docs/toolhive/tutorials/quickstart.mdx +++ b/docs/toolhive/tutorials/quickstart.mdx @@ -217,7 +217,7 @@ NAME PACKAGE STATUS URL PORT fetch mcp/fetch:latest running http://127.0.0.1:15266/sse#fetch 15266 mcp 2025-06-30 09:12:53 -0400 EDT ``` -This confirms that the fetch server is running and available on port 49226. +This confirms that the fetch server is running and available on port 15266. :::info What's happening?