New CLI + MCP commands now live
The four new commands added today — exports, alerts, alerts-config and llms — are now installable. CLI shipped as @loglens/cli 1.1.0 on npm; MCP server pushed to mcp-loglens.com.
The new public API endpoints announced earlier today are now usable from both surfaces customers actually drive:
- CLI:
npm install -g @loglens/cli@1.1.0(ornpm update -g @loglens/cli). New commands:loglens exports,loglens alerts,loglens alerts-config,loglens llms. Runloglens --helpfor the full list. - MCP server: live at
mcp-loglens.com. If you've connected Claude Desktop or another MCP client, the four new tools (get_exports,get_alerts,get_alerts_config,get_llms) appear automatically — no client-side update needed.
Background on what these expose is in the API expansion entry from earlier today.