mirror of
https://github.com/bitwarden/android.git
synced 2026-05-07 19:39:41 -05:00
10 lines
266 B
JSON
10 lines
266 B
JSON
{
|
|
"mcpServers": {
|
|
"android-device": {
|
|
"type": "stdio",
|
|
"command": "bash",
|
|
"args": ["-c", "cd .claude/mcp/android-device-server && npm install --silent >/dev/null 2>&1 && npm run build >/dev/null 2>&1 && exec node build/index.js"]
|
|
}
|
|
}
|
|
}
|