Skip to content

v0.3.15 — nlm setup add json

Choose a tag to compare

@jacob-bd jacob-bd released this 27 Feb 03:40
· 416 commits to main since this release

What's New

nlm setup add json — Interactive JSON Config Generator

Run nlm setup add json to generate an MCP JSON config snippet for any tool not directly supported by nlm setup.

An interactive wizard with numbered prompts lets you choose:

  1. Config type — uvx (no install required) or regular (installed binary)
  2. Command format — command name or full path to binary (regular mode only)
  3. Config scope — add to existing config (server entry only) or new config (includes mcpServers wrapper)

The JSON is printed with syntax highlighting and can be copied to clipboard on macOS.

Full Changelog: v0.3.14...v0.3.15