WinTerm MCP

write_to_terminal

Write text or commands to the terminal

Input Schema

NameRequiredDescriptionDefault
commandYesThe text or command to write to the terminal

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The text or command to write to the terminal", "type": "string" } }, "required": [ "command" ], "type": "object" }