github jacob-bd/gemini-notebook-mcp-cli v0.11.7

8 hours ago

Patch release fixing verb commands that called Typer handlers directly and leaked unset option defaults.

Fixed

  • nlm list artifacts and nlm status artifacts raised TypeError because limit arrived as a Typer OptionInfo instead of a number. nlm create notebook always printed JSON, and nlm set alias skipped type detection, for the same reason. The URL and text add verbs now pass their unused defaults explicitly too (#333).

Verification

  • nlm list artifacts and nlm status artifacts reach the status service without a TypeError. nlm studio status was already fine.
  • Full suite, excluding the e2e marker: 1,624 passed, 38 skipped. Ruff lint and formatting clean.

Thanks to @hkrathore for the traceback and the call-site diagnosis.

Don't miss a new gemini-notebook-mcp-cli release

NewReleases is sending notifications on new releases.