https://github.com/Streen9/react-mcp

by Streen9
Verified

get-process-output

Get the output from a running or completed process

Input Schema

NameRequiredDescriptionDefault
processIdYesID of the process to get output from

Input Schema (JSON Schema)

{ "properties": { "processId": { "description": "ID of the process to get output from", "type": "string" } }, "required": [ "processId" ], "type": "object" }