check_service_requirements
Verify if a device meets hardware and software prerequisites for installing a specific service. Quickly identify missing requirements to avoid failed deployments.
Instructions
Check if a device meets the requirements for a service installation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service to check requirements for | |
| hostname | Yes | Hostname or IP address of the target device | |
| username | No | SSH username (use 'mcp_admin' for passwordless access after setup) | mcp_admin |
| password | No | SSH password (not needed for mcp_admin after setup) |