This repository is legacy and discontinued, but the remnote-cli command is still available and maintained in
remnote-mcp-server.
remnote-cli@0.13.1 was the last independent CLI package. remnote-cli@0.14.0 is only a migration shim: it prints
the migration instructions and exits with a non-zero status so old automation does not keep using the discontinued
package silently.
The CLI source code, documentation, tests, and npm executable now live in the
remnote-mcp-server repository. The remnote-mcp-server npm package
provides both commands:
remnote-mcp-server
remnote-cliIn other words: this repository stopped being the home of the CLI, not the CLI itself.
Uninstall the old standalone package:
npm uninstall -g remnote-cliInstall the maintained package:
npm install -g remnote-mcp-serverVerify both executables are available:
remnote-mcp-server --version
remnote-cli --versionIf remnote-cli still prints the migration notice after installation, the old standalone package is still earlier in
your shell PATH; remove that installation and reopen the shell.
Use the maintained server repository for current code, issues, docs, and development:
remnote-cli now talks directly to the MCP HTTP endpoint exposed by remnote-mcp-server. Maintaining a separate CLI
repository and npm package created unnecessary version drift, so the CLI was folded into the server package.
This repository is kept only so existing links, release history, and issue references remain understandable.