shell_w
Track active users and their activities on the Shell-MCP server by executing whitelisted shell commands securely, ensuring controlled resource usage and timeout management.
Instructions
Show who is logged on and what they are doing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}