check_ports
Check if specified TCP ports are free on localhost to prevent port conflicts when starting development services.
Instructions
Check whether the given TCP ports are free on localhost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | Yes | Ports the project needs, e.g. [3000, 5432] |