mcp-appium-visual
Version:
MCP Server for Appium mobile automation with visual recovery
10 lines • 366 B
JavaScript
/**
* 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.
*/
// Re-export everything from index.js
export * from "./index.js";
//# sourceMappingURL=exports.js.map