ck-search 0.7.11

Semantic grep by embedding - find code by meaning, not just keywords
Documentation
1
2
3
4
5
6
7
pub mod cache;
pub mod context;
pub mod errors;
pub mod session;
pub mod tools;

pub use errors::McpResult;