mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +00:00
The new cli uses :db/id as its primary id while the existing mcp uses :block/uuid. These changes on list tools cause slow and sometimes breaking interactions for updates. It also causes buggy/inconsistent mcp behavior b/n mcp cli and server as there are different implentations being called. The new cli should use its own thread-api/* fns and replace MCP when it can meet existing functionality - working updates and provide a CLI interface. Also fix mcp.tools dissoc bug which had been fixed in the newer list fns