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

get-process-output

Fetch the output of a running or completed process by specifying its process ID, enabling efficient monitoring and result retrieval in React app workflows.

Instructions

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" }

You must be authenticated.

Other Tools from https://github.com/Streen9/react-mcp

Related Tools

ID: xsjsdumc7x