#!/usr/bin/env node /** * Standalone NPX Entry Point for MCP-Appium * * This is a minimal, standalone entry point that avoids any potential * import conflicts with the main index.js file. */ export {}; //# sourceMappingURL=npx-standalone.d.ts.map