ck-search 0.7.6

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

pub mod mcp;
pub mod mcp_server;
pub mod path_utils;
// TUI is now in its own crate: ck-tui

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