UNPKG

xcodemcp

Version:

Model Context Protocol server for Xcode build automation and log parsing

10 lines 430 B
export declare class JXAExecutor { /** * Execute a JavaScript for Automation (JXA) script * @param script - The JXA script to execute * @param timeoutMs - Timeout in milliseconds (default: 30 seconds) * @returns Promise that resolves with the script output or rejects with an error */ static execute(script: string, timeoutMs?: number): Promise<string>; } //# sourceMappingURL=JXAExecutor.d.ts.map