things-mcp 0.2.2

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
//! Read path: SQLite connection pool, schema probe, and typed query helpers.

pub mod dates;
pub mod fixture;
pub mod fts;
pub mod pool;
pub mod queries;
pub mod schema;
pub mod tags;