UNPKG

mcp-appium-visual

Version:

MCP Server for Appium mobile automation with visual recovery

15 lines 465 B
#!/usr/bin/env node /** * MCP-Appium NPX Entry Point * * This file serves as the main entry point for the MCP-Appium server when used through npx. * It parses command line arguments and starts the MCP server with the appropriate settings. */ /** * Start the MCP server with the given configuration */ export declare function startServer(config?: { appiumUrl?: string; }): Promise<void>; export default startServer; //# sourceMappingURL=npx-entry.d.ts.map