1.0.1npm · @dillip285/mcp-terminal · current release
Observed 2026-08-14T07:16:14.704Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
execute_commandExecute a command in the local systemInput schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "Command to execute"
},
"args": {
"type": "array",
"items": {
"type": "string"
},
"description": "Command arguments"
},
"cwd": {
"type": "string",
"description": "Working directory for command execution"
}
},
"required": [
"command"
]
} | — | — · — | — |