Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/mcp_queue:mcp_queue-consumerThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Context
- 플러그인: `mcp_queue` (status=spec-only)
- 출력: `data/mcp_queue/$(date +%Y-%m-%d)/`
- DRY_RUN 환경변수: `${DRY_RUN:-false}`
## Your task
### 기본 공통 (모든 커맨드 공유)
### 커맨드별 로직
**목적**: 컨슈머 그룹 lag·오프셋 모니터링
**단계**:
1. 입력 검증 (필수 인자·환경변수)
2. 드라이런 분기 (미리보기)
3. 실제 작업 (플랫폼 구현)
4. 결과 JSON 로깅
**실구현은 플랫폼에서** — 상세: `../SPEC.md`mcp_queue (status=spec-only)data/mcp_queue/$(date +%Y-%m-%d)/${DRY_RUN:-false}source plugins/mcp_queue/scripts/common.sh
load_env
if is_dry_run "$@"; then
log_info "dry-run 모드"
fi
목적: 컨슈머 그룹 lag·오프셋 모니터링
단계:
실구현은 플랫폼에서 — 상세: ../SPEC.md
npx claudepluginhub bernakilljos/orchestration --plugin mcp_queue