stop_server
Stop a server running on a specified port; idempotently terminates the process or confirms no server was running.
Instructions
Stop whatever is running on this port. Idempotent: returns success with action='already_empty' if nothing was there. Returns action='stopped' on a successful termination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Port number of the server to stop |