Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/toolhive/guides-cli/run-mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ToolHive creates a reverse proxy on a random port that forwards requests to the
container. To specify the port for an MCP server:

```bash
thv run --port <port-number> <server-name>
thv run --target-port <port-number> <server-name>
```

## Run a custom MCP server
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/tutorials/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down