ck-search 0.5.0

Semantic grep by embedding - find code by meaning, not just keywords
Documentation
1
2
3
4
5
6
7
// Library interface for testing internal modules

pub mod mcp;
pub mod mcp_server;

// Re-export commonly used types for testing
pub use mcp_server::{CkMcpServer, HybridSearchRequest, RegexSearchRequest, SemanticSearchRequest};