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`:" ] }, {