glm_shell_exec
Run whitelist-approved shell commands with configurable working directory, timeout, and stderr capture for secure system automation.
Instructions
제한적 쉘 명령 실행 (화이트리스트 기반).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | 실행할 명령어 (화이트리스트 기반) | |
| cwd | No | 작업 디렉토리 (기본값: 프로젝트 루트) | |
| timeout | No | 실행 제한 시간 (초, 기본 60초, 최대 300초) | |
| capture_stderr | No | stderr도 함께 캡처 |