0.8.2npm · mcp-server-commands · current release
Observed 2026-08-17T07:06:29.388Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {},
"prompts": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
run_processRun a process on this linux machineInput schema{
"type": "object",
"properties": {
"command_line": {
"type": "string",
"description": "Shell mode: a shell command line executed via the system's default shell. Supports pipes, redirects, globbing. Cannot be combined with 'argv'."
},
"argv": {
"minItems": 1,
"type": "array",
"items": {
"type": "string"
},
"description": "Executable mode: directly spawn a process. argv[0] is the executable, followed by arguments passed verbatim (no shell interpretation). Cannot be combined with 'command_line'."
},
"cwd": {
"type": "string",
"description": "Optional to set working directory"
},
"stdin_text": {
"type": "string",
"description": "Optional text written to STDIN (written fully, then closed). Useful for heredoc-style input or file contents."
},
"timeout_ms": {
"type": "number",
"description": "Optional timeout in milliseconds, defaults to 30,000ms"
}
}
} | — | — · — | — |
Include command output in the prompt. This is effectively a user tool call.
{
"prompt_key": "run_process",
"name": "run_process",
"description": "Include command output in the prompt. This is effectively a user tool call.",
"arguments": [
{
"name": "command_line"
},
{
"name": "argv"
}
],
"metadata_hash": "14e1e0d030b4e9bb37e3b2de4852abcb26ea88448126c38758cd3f7cef030f32"
}