force_terminate
Terminate a running terminal session by specifying its process ID (PID) using this tool, part of the Claude Kali MCP Commander server for managing Kali Linux commands.
Instructions
Force terminate a running terminal session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pid": {
"type": "number"
}
},
"required": [
"pid"
],
"type": "object"
}