0.1.1npm · @rinardnick/mcp-terminal · current release
Observed 2026-08-17T20:36:01.708Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
run_commandRun a terminal command with security controls.Input schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "The command to execute"
},
"allowedCommands": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional list of allowed command executables"
},
"timeoutMs": {
"type": "number",
"description": "Maximum execution time in milliseconds (default: 30 seconds)"
},
"maxOutputSize": {
"type": "number",
"description": "Maximum output size in bytes (default: 1MB)"
}
},
"required": [
"command"
]
} | — | — · — | — |