Skip to main content

things_mcp/
lib.rs

1//! `things-mcp` — local-first MCP bridge between Claude and Things 3.
2
3pub mod core;
4pub mod logging;
5pub mod server;
6pub mod state;
7pub mod tools;