@lattis-dev/cli
v0.5.1
Published
DEPRECATED: this package has been renamed to @sitedex/cli. The `lattis` and `lattis-mcp` binaries are kept as forwarding shims that print a deprecation warning and exec the new commands.
Downloads
797
Readme
@lattis-dev/cli (DEPRECATED)
This package has been renamed to
@sitedex/cli.
The lattis and lattis-mcp binaries published from this package are now thin
shims that print a one-line deprecation warning and forward to the same code
path as sitedex / sitedex-mcp. Already-installed users keep working — but
please migrate at your convenience:
npm uninstall -g @lattis-dev/cli
npm install -g @sitedex/cliMCP config
If your .cursor/mcp.json or .claude/mcp.json references this package, swap:
-"args": ["-y", "@lattis-dev/cli", "mcp"]
+"args": ["-y", "@sitedex/cli", "mcp"]The MCP server identifier also changed: dev.lattis/mcp → dev.sitedex/mcp.
Why the rename
The product was renamed Lattis → Sitedex on 2026-04. The npm package, the
binary, the API endpoint, and the MCP discovery card all moved to the new
brand. The legacy lattis.dev URLs continue to serve where customer installs
require it (notably lattis.dev/widget.js); everything else 301s to
sitedex.dev.
