Skip to main content

Crate things_mcp

Crate things_mcp 

Source
Expand description

things-mcp — local-first MCP bridge between Claude and Things 3.

Modules§

core
logging
Tracing setup for things-mcp.
server
rmcp ServerHandler implementation. Tools are registered with #[tool_router] and each delegates to a tools::* function. Outputs are returned as Json<T>rmcp serialises and emits the structured payload.
state
Application state shared across MCP tool invocations.
tools