seekr-code 1.0.1

A semantic code search engine, smarter than grep. Supports text regex + semantic vector + AST pattern search, 100% local.
Documentation
1
2
3
4
5
6
7
8
9
//! Server module.
//!
//! Provides CLI command implementations, HTTP REST API, MCP Server protocol,
//! and watch daemon for real-time incremental indexing.

pub mod cli;
pub mod daemon;
pub mod http;
pub mod mcp;