UNPKG

mcp-xcode

Version:

MCP server that wraps Xcode command-line tools for iOS/macOS development workflows

7 lines 438 B
export declare function validateXcodeInstallation(): Promise<void>; export declare function validateProjectPath(projectPath: string): Promise<void>; export declare function validateScheme(scheme: string): void; export declare function validateDeviceId(deviceId: string): void; export declare function sanitizePath(path: string): string; export declare function escapeShellArg(arg: string): string; //# sourceMappingURL=validation.d.ts.map