Commit cccb203
Specify --target-port on docs and match port on quickstart guide (#47)
* 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`.
* Reverted port on example
* Apply suggestions from code review
Co-authored-by: Dan Barr <[email protected]>
---------
Co-authored-by: Dan Barr <[email protected]>1 parent 9097b16 commit cccb203
File tree
2 files changed
+3
-2
lines changed- docs/toolhive
- guides-cli
- tutorials
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments