// rust-memex
//
// The canonical custom Rust MCP kernel for RAG and long-term memory.
// This binary exposes the primary surface of the rust-memex engine.
//
// It supports two explicit transport modes:
// - stdio: Native MCP integration (e.g., for Claude Desktop)
// - HTTP/SSE: Multi-agent daemon mode
//
// `rust-memex` is the only supported binary name. The GitHub installer may
// also create `rust_memex` as a legacy compatibility symlink for older scripts.
//
// Usage:
// rust-memex <command> [args]
//
// Vibecrafted with AI Agents by Vetcoders (c)2024-2026 Loctree
use Result;
use Parser;
use crateCli;
use craterun_command;
async