shell_cat
Concatenate and display file contents securely via Shell-MCP, ensuring whitelisted command execution with resource and timeout controls.
Instructions
Concatenate and display file contents
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"
}