Skip to content

v1.1.1

Latest

Choose a tag to compare

@joesaby joesaby released this 12 Apr 19:03
· 7 commits to main since this release
9e3af31

Bug fix

bunx doctree-mcp-init returned 404bunx resolves package names, not binary names. The correct commands are now:

bunx doctree-mcp init           # initialize wiki + configure AI tools
bunx doctree-mcp init --all     # configure all supported tools
bunx doctree-mcp init --dry-run # preview without writing
bunx doctree-mcp lint           # wiki health check
bunx doctree-mcp                # start MCP server (unchanged)

All docs and generated hook configs updated accordingly.