Bash MCP (Master Control Program)

by yannbam
Verified
{ "allowedCommands": [ "echo", "pwd", "ls", "cat", "wc" ], "allowedDirectories": [ "/tmp", "/home/test" ], "session": { "timeout": 30, "maxActiveSessions": 3, "defaultMode": "stateless" }, "security": { "validateCommandsStrictly": true, "sanitizeOutput": true, "maxOutputSize": 10240, "commandTimeout": 5 }, "logging": { "level": "info", "file": "logs/test-bash-mcp.log", "maxSize": 1048576, "maxFiles": 1 } }