ai-debug-local-mcp
Version:
🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh
14 lines • 388 B
TypeScript
export declare class VersionChecker {
private currentVersion;
constructor();
getCurrentVersion(): string;
checkForUpdates(): Promise<{
hasUpdate: boolean;
currentVersion: string;
latestVersion?: string;
updateMessage?: string;
}>;
private isNewerVersion;
getVersionInfo(): string;
}
//# sourceMappingURL=version-checker.d.ts.map