as_proc_list
List all background processes started by the Android Studio MCP server, including their IDs, types, running status, and output files.
Instructions
List all background processes started by this server (watches etc.).
Returns: str: JSON with 'processes': list of {id, kind, running, pid, output_file, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |