@wonderwhy-er/desktop-commander
Version:
MCP server for terminal operations and file editing
10 lines (9 loc) • 316 B
TypeScript
/**
* Handle welcome page display for new users (A/B test controlled)
*
* Only shows to:
* 1. New users (pendingWelcomeOnboarding flag set when config created)
* 2. Users in the 'showOnboardingPage' A/B variant
* 3. Haven't seen it yet
*/
export declare function handleWelcomePageOnboarding(): Promise<void>;