send-to-task-stdin
Send data to the stdin of a running background task within the MCP server. Specify the task name and input data to streamline task communication and management.
Instructions
Sends data to the stdin of a running background task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to send to the task's stdin | |
name | Yes | Unique name of the task |