What's Changed in v0.1.6
馃殌 Highlights & Improvements
- MCP Subcommand & Protocol Hardening: Made the
mcp subcommand first-class and explicit for client environments (Cursor, Claude Desktop, Claude Code, Windsurf, Zed, Smithery).
- Automated Machine Pipe Detection: In addition to explicit
docorbit mcp, automatic detection via !process.stdin.isTTY launches the stdio transport smoothly when piped by AI agent runners.
- Client Configuration Updates: Standardized configuration examples and Smithery integration to use
["-y", "docorbit", "mcp"].
- Project-Local Default with Dual Storage: Verified end-to-end functionality of
-p (project-local default, .docorbit/docorbit.db) and -g (global store, ~/.docorbit/docorbit.db).
- 100% Verified MCP Tools: All 14 Model Context Protocol tools tested and verified with full JSON-RPC 2.0 conformance.
馃摝 Installation
# Zero-install execution via npx
npx -y docorbit mcp
# Global install
npm install -g docorbit