mcp-appium-visual
Version:
MCP Server for Appium mobile automation with visual recovery
8 lines • 388 B
TypeScript
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { AppiumHelper } from "../lib/appium/appiumHelper.js";
export declare function setAppiumHelperForInspector(helper: AppiumHelper): void;
/**
* Register UI inspector tools with the MCP server
*/
export declare function registerInspectorTools(server: McpServer): void;
//# sourceMappingURL=inspectorTools.d.ts.map