Skip to content

Commit 1ba0a4e

Browse files
Update README.md
1 parent e954ca3 commit 1ba0a4e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
MCP server providing resources and tools for Appium mobile gestures.
44

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+
535
## Development
636

737
### Code Quality

0 commit comments

Comments
 (0)