Skip to content

Commit a7e2bcd

Browse files
authored
chore: Update Appium MCP configuration in README (#42)
1 parent 1dea9d9 commit a7e2bcd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ Standard config works in most of the tools::
6262
```json
6363
{
6464
"mcpServers": {
65-
"mcp-appium": {
65+
"appium-mcp": {
6666
"disabled": false,
6767
"timeout": 100,
6868
"type": "stdio",
6969
"command": "npx",
70-
"args": ["appium-mcp"],
70+
"args": [
71+
"appium-mcp@latest"
72+
],
7173
"env": {
7274
"ANDROID_HOME": "/path/to/android/sdk",
7375
"CAPABILITIES_CONFIG": "/path/to/your/capabilities.json"

0 commit comments

Comments
 (0)