Commit 136777c
committed
Specify --target-port on docs and match port on quickstart guide
AFAIK we have 2 ports: the proxy port in which ToolHive runs and
a hardcoded port that may be used by an MCP server. For the second
one, the current flag should be `--target-port` instead of `--port`.
Changed the only reference I could find in docs.
Also, there was a small typo in the quickstart guide in the ports.
The text was talking about port `49226` but the port shown in the
example was port `15266`.1 parent 9097b16 commit 136777c
File tree
2 files changed
+3
-3
lines changed- docs/toolhive
- guides-cli
- tutorials
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments