native-devtools-mcp 0.10.1

MCP server for computer use & browser automation — screenshot, OCR, click, type, find_text, Chrome/Electron CDP, template matching. macOS, Windows & Android.
{
    "configurations": [
        {
            "type": "swift",
            "request": "launch",
            "args": [],
            "cwd": "${workspaceFolder:native-devtools-mcp}/TestApp",
            "name": "Debug TestApp (TestApp)",
            "target": "TestApp",
            "configuration": "debug",
            "preLaunchTask": "swift: Build Debug TestApp (TestApp)"
        },
        {
            "type": "swift",
            "request": "launch",
            "args": [],
            "cwd": "${workspaceFolder:native-devtools-mcp}/TestApp",
            "name": "Release TestApp (TestApp)",
            "target": "TestApp",
            "configuration": "release",
            "preLaunchTask": "swift: Build Release TestApp (TestApp)"
        }
    ]
}