healix-mcp 1.2.5 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,9 +12,9 @@
12
12
  export declare const toolDescriptions: Record<string, string>;
13
13
  export declare function g_sessions_empty(): string[];
14
14
  export declare function g_sessions_live(primaryPort: number, sessionCount: number): string[];
15
- export declare function g_scaffold(): string[];
15
+ export declare function g_scaffold(hasSession?: boolean): string[];
16
16
  export declare function g_list_run_targets_no_config(): string[];
17
- export declare function g_list_run_targets(firstPlatform: string, firstSuite: string): string[];
17
+ export declare function g_list_run_targets(firstPlatform: string, firstSuite: string, hasSuites?: boolean): string[];
18
18
  export declare function g_start_session(firstTestName: string, testCount: number, registeredTests: string[]): string[];
19
19
  export declare function g_status_inactive(): string[];
20
20
  export declare function g_status_running(): string[];
@@ -36,7 +36,7 @@ export declare function g_replace_locator(): string[];
36
36
  export declare function g_screenshot(path?: string): string[];
37
37
  export declare function g_stop(sessionPort: number): string[];
38
38
  export declare function g_read_logs(locatorVariable?: string, testEndFailed?: boolean, anyError?: boolean): string[];
39
- export declare function g_get_dom(): string[];
39
+ export declare function g_get_dom(isPaused?: boolean, hasAria?: boolean): string[];
40
40
  export declare function g_switch_context_list(contexts: string[], current?: string): string[];
41
41
  export declare function g_switch_context(error?: string): string[];
42
42
  export declare function g_pending_maintenance_steps(): string[];