Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADB_PATH | No | Custom path to ADB executable |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| adb-version | |
| device-list |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| adb_devices | - |
| inspect_ui | - |
| adb_shell | - |
| adb_install | - |
| adb_logcat | - |
| adb_pull | - |
| adb_push | - |
| dump_image | - |