Skip to main content

things_mcp/
lib.rs

1//! `things-mcp` — local-first MCP bridge between Claude and Things 3.
2
3pub mod bearer;
4pub mod core;
5pub mod http_transport;
6pub mod logging;
7pub mod oauth;
8pub mod server;
9pub mod setup;
10pub mod state;
11pub mod tools;