UNPKG

mcp-appium-visual

Version:

MCP Server for Appium mobile automation with visual recovery

9 lines 330 B
/** * This file defines the public API for the mcp-appium-visual package * It re-exports everything that should be available to package users * * NOTE: This file is kept for backward compatibility. New code should * import directly from the index.js file. */ export * from "./index.js"; //# sourceMappingURL=exports.d.ts.map