Skip to content

v1.0.1 — short command & binary aliases

Choose a tag to compare

@carrilloapps carrilloapps released this 04 Jul 17:17
· 3 commits to main since this release

Short command forms alongside the long ones, plus a hardening fix.

Added

  • Short binary aliases: dg (docgraph), dg-mcp (docgraph-mcp), dg-install (docgraph-install).
  • docgraph mcp subcommand runs the MCP server through the main CLI, enabling the short launch
    npx -y @carrilloapps/docgraph mcp — no -p or long binary name. The dedicated docgraph-mcp
    binary still works identically.
  • Subcommand aliases: i (index), ri (reindex), w (watch), s/q (search), ls (list),
    st (stats), stj (stats-json), src (sources), cfg (settings), prov (providers),
    ex (exclude), imp (import), exp (export).

Fixed

  • The MCP server no longer mistakes a leading --flag for the project path when arguments are
    forwarded (e.g. docgraph mcp --read-only), which also prevents stray flag-named directories.

📦 npm: https://www.npmjs.com/package/@carrilloapps/docgraph
npm install --save-dev @carrilloapps/docgraph