Add a KillCaller configuration option to acceptance test server stubs that allows the test server to send a signal (e.g., SIGKILL, SIGTERM, SIGINT) to the CLI process
Motivation
Currently, acceptance tests can verify CLI behavior for successful and error responses, but there's no way to test what happens when the CLI process is forcefully terminated during execution. This will be needed for testing #4090