read_output
Retrieve the latest output from a terminal session by specifying the process ID (PID), enabling real-time monitoring of commands executed on the Claude Kali MCP Commander server.
Instructions
Read new output from 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"
}