pub fn chunk_markdown(text: &str, _max_tokens: usize) -> Vec<Chunk>Expand description
Split markdown text into chunks — simplified stub.
Returns the entire text as a single chunk (no splitting). For real chunking, use Kumiho MCP’s server-side processing.