We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lapfelix/XcodeMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
JXAExecutor.d.ts•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