mcp-appium-visual
Version:
MCP Server for Appium mobile automation with visual recovery
12 lines • 382 B
text/typescript
export function startServer(config: any): import("child_process").ChildProcessByStdio<import("stream").Writable, null, null>;
export function createMcpCommand(): {
command: string;
args: string[];
};
export function getDefaultConfig(): {
appiumHost: string;
appiumPort: number;
screenshotDir: string;
logLevel: string;
};
//# sourceMappingURL=index.d.cts.map