v0.0.45
2026-07-04You can now run the built-in MCP server over HTTP so other devices on your network can reach it — no app window needed. Plus a fix for folder- and tag-scoped search that was silently dropping results.
added
- MCP over HTTP (LAN) — a new Settings › MCP section runs the server as a headless service other devices can reach at http://<your-ip>/mcp. It gives you a Bearer access token to show, copy, or regenerate (old token invalidated instantly), your connection URL with a client-config example, a copy-ready launch command, and a live running indicator. On macOS, a toggle auto-starts it at login and restarts it if it exits. The stdio mode is unchanged
fixed
- Folder- and tag-scoped search could silently drop results — a scope was applied only after taking the global top matches, so a note inside the folder that didn't rank globally was missed (semantic search within a folder effectively didn't work). Scopes are now applied before ranking, in both the MCP server and in-app search, so in-scope notes reliably surface