@wonderwhy-er/desktop-commander
Version:
MCP server for terminal operations and file editing
10 lines (9 loc) • 327 B
TypeScript
/**
* Resolve ripgrep binary path with multiple fallback strategies
* This handles cases where @vscode/ripgrep postinstall fails in npx environments
*/
export declare function getRipgrepPath(): Promise<string>;
/**
* Clear the cached ripgrep path (useful for testing)
*/
export declare function clearRipgrepCache(): void;