UNPKG

mcp-appium-visual

Version:

MCP Server for Appium mobile automation with visual recovery

8 lines 282 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register mobile automation tools with the MCP server */ export declare function registerMobileTools(server: McpServer, config?: { appiumUrl?: string; }): void; //# sourceMappingURL=mobileTools.d.ts.map