Shell-MCP

shell_w

Show who is logged on and what they are doing

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }