Skip to content

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 15:07
· 8 commits to main since this release

What changed

  • The package now declares its MCP server for the official registry (server.json, mcpName),
    so nmts mcp can be listed there once the package is on npm.
  • homepage points at https://nmts.me; this changelog appears on every release page.

Install

From the registry:

npm install -g @needmoretruth/nmts-cli@0.30.0

Or straight from this repository, without the registry:

npm install -g github:needmoretruth/nmts-cli#v0.30.0

Or, without a clone, from the tarball attached below:

npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz

Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.