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

by Streen9
Verified

stop-process

Stop a running process

Input Schema

NameRequiredDescriptionDefault
processIdYesID of the process to stop

Input Schema (JSON Schema)

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