server_status
Monitor server health, version, and system updates to ensure optimal performance. Retrieve real-time status and identify available updates for efficient maintenance.
Instructions
Check current server status, version, and available updates with comprehensive system information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
check_updates | No | Check for available updates from PyPI |
Input Schema (JSON Schema)
{
"properties": {
"check_updates": {
"default": true,
"description": "Check for available updates from PyPI",
"title": "Check Updates",
"type": "boolean"
}
},
"type": "object"
}