Skip to main content

mana/mcp/
mod.rs

1//! MCP (Model Context Protocol) server for units.
2//!
3//! Exposes units operations as MCP tools over stdio transport,
4//! enabling integration with Cursor, Windsurf, Claude Desktop, Cline,
5//! and any MCP-compatible client.
6
7pub mod protocol;
8pub mod resources;
9pub mod server;
10pub mod tools;