Skip to content

v0.5.0 — Client URL Auto-Resolution & Prebuilt Binaries

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:28

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-resolutionhostmcp client commands now fall back to server.port in the workspace's hostmcp.yaml when neither --url nor HOSTMCP_SERVER_URL is 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の自動解決--urlHOSTMCP_SERVER_URL がどちらも未設定の場合、ワークスペースの hostmcp.yamlserver.port から自動でサーバーURLを解決するようにし、ポートの手動指定が不要に。想定外のポートが無警告で使われないよう、解決したconfigパスをstderrに出力

ドキュメント

  • 📦 ビルド済みバイナリREADME.md/README.ja.md で「近日公開予定」としてコメントアウトされていた「ビルド済みバイナリ(Go不要)」の導入手順を有効化

Full Changelog: v0.4.0...v0.5.0