From ab6db4e3451e024073648f3a955b19b28cd5997f Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Thu, 27 Aug 2026 08:58:04 +1000 Subject: [PATCH] Update CLI flags for fastcore.script hyphenation --- nbs/00_core.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbs/00_core.ipynb b/nbs/00_core.ipynb index 5fbbbc6..1ea71c6 100644 --- a/nbs/00_core.ipynb +++ b/nbs/00_core.ipynb @@ -1336,7 +1336,7 @@ "id": "43f12bc5", "metadata": {}, "source": [ - "`main` is the console entry point, `call_parse` turning its docments into the CLI. The flags follow the shape MCP deployments already use (`--transport`, `--host`, `--port`, with the token from `$MCPMINI_TOKEN` and the `--no_token` opt-out); `stdio` is the default, so the common host launch line is just `mcpmini tools.py`:" + "`main` is the console entry point, `call_parse` turning its docments into the CLI. The flags follow the shape MCP deployments already use (`--transport`, `--host`, `--port`, with the token from `$MCPMINI_TOKEN` and the `--no-token` opt-out); `stdio` is the default, so the common host launch line is just `mcpmini tools.py`:" ] }, {