argyph-cli 1.0.1

Local-first MCP server giving AI coding agents fast, structured, and semantic context over any codebase.
Documentation
1
2
3
4
5
6
use std::process::ExitCode;

pub fn run(_query: &str) -> ExitCode {
    println!("search: not implemented in this milestone");
    ExitCode::SUCCESS
}