argyph-locate 1.0.4

Local-first MCP server giving AI coding agents fast, structured, and semantic context over any codebase.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "smart")]
pub mod anthropic;
pub mod mock;
#[cfg(feature = "smart")]
pub mod ollama;
#[cfg(feature = "smart")]
pub mod openai;