get_app_output
Retrieve recent stdout/stderr logs from an app launched via this server, helping debug Python desktop UIs without code changes.
Instructions
Get the last n lines of the launched app's stdout/stderr. Only works for apps started via launch_app on this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |