Makes hostmcp client commands work out of the box without manually specifying a port, and turns on the prebuilt binary install instructions that were previously marked "coming soon".
Features
- 🔌 Client URL auto-resolution —
hostmcp clientcommands now fall back toserver.portin the workspace'shostmcp.yamlwhen neither--urlnorHOSTMCP_SERVER_URLis set, so you no longer need to pass the port manually; the resolved config path is logged to stderr so an unexpected port stays traceable
Documentation
- 📦 Prebuilt binaries — Enabled the "Prebuilt Binary (no Go required)" install instructions in
README.md/README.ja.md, previously commented out as "coming soon"
Full Changelog: v0.4.0...v0.5.0
v0.5.0 — クライアントのURL自動解決とビルド済みバイナリ
hostmcp client コマンドをポートを手動指定せずにそのまま使えるようにし、これまで「近日公開予定」としてコメントアウトされていたビルド済みバイナリの導入手順を有効化しました。
主な機能
- 🔌 クライアントURLの自動解決 —
--urlとHOSTMCP_SERVER_URLがどちらも未設定の場合、ワークスペースのhostmcp.yamlのserver.portから自動でサーバーURLを解決するようにし、ポートの手動指定が不要に。想定外のポートが無警告で使われないよう、解決したconfigパスをstderrに出力
ドキュメント
- 📦 ビルド済みバイナリ —
README.md/README.ja.mdで「近日公開予定」としてコメントアウトされていた「ビルド済みバイナリ(Go不要)」の導入手順を有効化
Full Changelog: v0.4.0...v0.5.0