things-mcp 0.2.3

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

pub mod bearer;
pub mod core;
pub mod http_transport;
pub mod logging;
pub mod oauth;
pub mod server;
pub mod setup;
pub mod state;
pub mod tools;