Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert-svg-to-android-drawable | Convert SVG markup or files into Android VectorDrawable XML quickly, optionally writing to disk. |
| read-adb-logcat | Dump recent adb logcat output scoped by package, pid, or tag with tail and timeout controls. |
| get-pid-by-package | Resolve process id for a package via adb shell pidof -s. |
| get-current-activity | Inspect current focused app/window via dumpsys window (mCurrentFocus/mFocusedApp). Useful even in single-activity apps to verify top window. |
| fetch-crash-stacktrace | Pull recent crash buffer (-b crash -d -t) optionally filtered by pid resolved from package. |
| check-anr-state | Check recent ActivityManager ANR logs and tail /data/anr/traces.txt when accessible (best-effort, may require root/debuggable). |
| clear-logcat-buffer | Run adb logcat -c to clear buffers before a new scenario. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |