From 6039bc82b8e5a3e4a4b3491cbbff68fb361ad4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= <1671644+arrufat@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:28:25 +0200 Subject: [PATCH] docs: correct --host description Co-authored-by: Karl Seguin --- src/help.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help.zon b/src/help.zon index a8db5cee9..e3d56c0eb 100644 --- a/src/help.zon +++ b/src/help.zon @@ -135,7 +135,7 @@ \\ Path to a JSON file to save cookies to on exit (write-only). \\ Defaults to no cookie saving. \\ --host - \\ Host to bind when --port is set (e.g. 0.0.0.0 for remote access). + \\ Host to bind when --port is set (e.g. 0.0.0.0 for all interfaces). \\ Defaults to "127.0.0.1". \\ --port \\ Serve MCP over HTTP on this port instead of stdio. Clients POST