I noticed that creating nodes at the root level doesn't work - turns out the upstream workflowy package sends "Root" instead of "None" as the parentid. The create_node tool was also missing its inputSchema which broke MCP.
While debugging this I also found that operations on nested nodes fail since the code only searches top-level items.
I also added support for exposing timestamps (createdAt, lastModifiedAt, completedAt) from the workflowy API.
Upstream issues:
Fix: #6