Inspect local Micro development
micro_dev_statusRetrieve process status and bounded logs for the local Micro runner to diagnose runtime issues in your project.
Instructions
Read bounded process status and logs for the managed local Micro runner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| pid | No | ||
| url | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| running | Yes | ||
| exitCode | No | ||
| directory | Yes | ||
| startedAt | No |