pub fn handle(
action: &str,
path: Option<&str>,
root: &str,
format: Option<&str>,
) -> StringExpand description
Entry point used by the registered MCP wrapper. path is the resolved
(absolute) file path for file/delta; root is the project/repo root.