UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

10 lines (9 loc) 300 B
/** * Open a URL in the default browser (cross-platform) * Uses execFile/spawn with args array to avoid shell injection */ export declare function openBrowser(url: string): Promise<void>; /** * Open the Desktop Commander welcome page */ export declare function openWelcomePage(): Promise<void>;