@wonderwhy-er/desktop-commander
Version:
MCP server for terminal operations and file editing
9 lines (8 loc) • 303 B
TypeScript
/**
* Check if a feature (variant name) is enabled for current user
*/
export declare function hasFeature(featureName: string): Promise<boolean>;
/**
* Get all A/B test assignments for analytics (reads from config)
*/
export declare function getABTestAssignments(): Promise<Record<string, string>>;