get_update_status
Check the cached release status or pass refresh=true for a read-only GitHub check to see if an update is available; no installation is performed.
Instructions
Return the cached release status. Pass refresh=true to perform a read-only GitHub check; this tool never installs an update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | Yes | ||
| checked_at | No | ||
| repository | Yes | ||
| release_url | No | ||
| published_at | No | ||
| next_check_at | No | ||
| latest_version | No | ||
| current_version | Yes | ||
| update_available | No |