things-mcp 0.1.0

Local-first MCP server bridging Claude to Things 3 on macOS — 29 tools for read, search, write, and tag CRUD.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Write path: JSON URL construction, executor seam, post-write SQLite poll.
//!
//! Sibling of `core/reader/`. See `docs/superpowers/specs/2026-05-20-plan-4-writer-infra-design.md`.

pub mod executor;
pub mod operation;
pub mod outcome;
pub mod secret;
pub mod url;
pub mod verify;
pub mod writer;