things-mcp 0.1.1

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
//! `things-mcp` — local-first MCP bridge between Claude and Things 3.

pub mod core;
pub mod logging;
pub mod server;
pub mod state;
pub mod tools;