You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments