You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Running an unrecognized CLI command (e.g. mnemonic sync) now prints a clear error instead of silently starting the MCP server and hanging. The error lists available CLI commands and explains that tools like sync require an MCP client session.
mnemonic --help now shows available CLI commands, MCP-only tools, and usage examples.
Changed
README and homepage: the import-claude-memory follow-up step now references the sync MCP tool instead of suggesting mnemonic sync as a CLI command.