v1.0.1 — short command & binary aliases
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 mcpsubcommand runs the MCP server through the main CLI, enabling the short launch
npx -y @carrilloapps/docgraph mcp— no-por long binary name. The dedicateddocgraph-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
--flagfor 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