check_port_conflicts
Identify port conflicts by checking if a specified port is currently in use on the system. Specify port number and optional host.
Instructions
Check if a specific port is in use on the system. Helps identify port conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host address to check | 0.0.0.0 |
| port | Yes | Port number to check (1-65535) |