We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e954ca3 commit 1ba0a4eCopy full SHA for 1ba0a4e
README.md
@@ -2,6 +2,36 @@
2
3
MCP server providing resources and tools for Appium mobile gestures.
4
5
+## Installation
6
+
7
+```
8
+ "mcp-locators": {
9
+ "disabled": false,
10
+ "timeout": 100,
11
+ "type": "stdio",
12
+ "command": "node",
13
+ "args": [
14
+ "./dist/index.js"
15
+ ],
16
+ "env": {
17
+ "ANDROID_HOME": "",
18
+ "CAPABILITIES_CONFIG": "/Users/xx/Documents/git/n8n/caps.json"
19
+ }
20
+ },
21
22
+caps.json // additional appium capabilites
23
+{
24
+ "android": {
25
+ "appium:app": "/app/path"
26
27
+ "ios": {
28
+ "appium:deviceName": "iPhone 16 Pro",
29
+ "appium:platformVersion": "18.2",
30
+ "appium:udid": ""
31
32
+}
33
34
35
## Development
36
37
### Code Quality
0 commit comments