1) WSL에서 설치/실행
요구사항: Node.js 20+, npm 10+, WSL2(Ubuntu)
cd ~
git clone https://github.com/sheryloe/DonggriGent.git
cd DonggriGent
npm ci
npm run start
WSLg가 없으면 Windows 터미널(PowerShell)에서 `npm run start`를 실행하세요.
누구를 위한 문서: DonggriGent를 처음 설치하고 바로 실행해 보려는 사용자
완료 기준: 앱 실행 + MCP 등록 + `*_ko` 워크플로 1회 실행
요구사항: Node.js 20+, npm 10+, WSL2(Ubuntu)
cd ~
git clone https://github.com/sheryloe/DonggriGent.git
cd DonggriGent
npm ci
npm run start
cd ~/DonggriGent
codex mcp add kgentool-desktop -- node /home/$USER/DonggriGent/mcp-server.mjs
claude mcp add --transport stdio kgentool-desktop -- node /home/$USER/DonggriGent/mcp-server.mjs
codex mcp list
claude mcp list
아래는 터미널 명령이 아니라 MCP 클라이언트의 도구 호출 예시입니다.
{
"tool": "kgentool_workflow_run",
"arguments": {
"workflowName": "vendor_hardening_ko",
"prompt": "현재 레포의 보안 우선순위 3가지를 한국어로 정리해줘."
}
}