Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nbs/00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`:"
]
},
{
Expand Down