register_server
Verify SSH connectivity to a server using keyring credentials, confirming valid credentials and reachable SSH.
Instructions
Verify SSH connectivity to a registered server using keyring credentials. Does not write any credentials — credentials must already be stored via homelab-mcp credentials add <hostname> <username> in the CLI. Returns a status object with verified=true on successful handshake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address of the target server | |
| username | Yes | SSH username to verify; must match a keyring entry | |
| port | No | SSH port (default 22) | |
| display_name | No | Optional human-readable label |