diff --git a/README.md b/README.md index a929529..bc8c5ff 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,14 @@ To integrate MCP Appium with your MCP client, add the following to your configur ```json { "mcpServers": { - "mcp-appium": { + "appium-mcp": { "disabled": false, "timeout": 100, "type": "stdio", "command": "npx", - "args": ["appium-mcp"], + "args": [ + "appium-mcp@latest" + ], "env": { "ANDROID_HOME": "/path/to/android/sdk", "CAPABILITIES_CONFIG": "/path/to/your/capabilities.json"