Skip to main content

Crate loctree_mcp

Crate loctree_mcp 

Source
Expand description

Small library face of loctree-mcp.

The binary owns the server; this target exists only for the pieces that integration tests import directly. auth and security deliberately are not re-exported here: they are pub(crate) to the binary, so mounting them in the lib compiled them a second time with every item unreachable — which is why the module-wide allow(dead_code) existed at all.

Re-exports§

pub use extract::extract_symbol;

Modules§

extract
Best-effort symbol extraction from a one-line source snippet.