File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ scoop install ripgrep
4545``` bash
4646claude mcp add duul \
4747 -e OPENAI_API_KEY=sk-... \
48- -- npx -y duul
48+ -- npx -y @planningo/ duul
4949```
5050
5151또는 프로젝트 레벨 ` .mcp.json ` 파일에 수동으로 추가합니다:
@@ -55,7 +55,7 @@ claude mcp add duul \
5555 "mcpServers" : {
5656 "duul" : {
5757 "command" : " npx" ,
58- "args" : [" -y" , " duul" ],
58+ "args" : [" -y" , " @planningo/ duul" ],
5959 "env" : {
6060 "OPENAI_API_KEY" : " sk-..."
6161 }
@@ -73,7 +73,7 @@ claude mcp add duul \
7373 "mcpServers" : {
7474 "duul" : {
7575 "command" : " npx" ,
76- "args" : [" -y" , " duul" ],
76+ "args" : [" -y" , " @planningo/ duul" ],
7777 "env" : {
7878 "OPENAI_API_KEY" : " sk-..." ,
7979 "REVIEW_PROVIDER" : " openai"
@@ -92,7 +92,7 @@ npm install
9292npm run build
9393```
9494
95- 그런 다음 MCP 설정에서 ` npx -y duul ` 대신 ` node /absolute/path/to/duul/build/index.js ` 를 사용하세요.
95+ 그런 다음 MCP 설정에서 ` npx -y @planningo/ duul ` 대신 ` node /absolute/path/to/duul/build/index.js ` 를 사용하세요.
9696
9797설치 후, 자연어로 요청하면 됩니다: ** "DUUL로 개발 진행해줘"** 또는 ** "run DUUL"** .
9898
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ scoop install ripgrep
4545``` bash
4646claude mcp add duul \
4747 -e OPENAI_API_KEY=sk-... \
48- -- npx -y duul
48+ -- npx -y @planningo/ duul
4949```
5050
5151Or add manually to your project-level ` .mcp.json ` :
@@ -55,7 +55,7 @@ Or add manually to your project-level `.mcp.json`:
5555 "mcpServers" : {
5656 "duul" : {
5757 "command" : " npx" ,
58- "args" : [" -y" , " duul" ],
58+ "args" : [" -y" , " @planningo/ duul" ],
5959 "env" : {
6060 "OPENAI_API_KEY" : " sk-..."
6161 }
@@ -73,7 +73,7 @@ Add the following to your `claude_desktop_config.json`:
7373 "mcpServers" : {
7474 "duul" : {
7575 "command" : " npx" ,
76- "args" : [" -y" , " duul" ],
76+ "args" : [" -y" , " @planningo/ duul" ],
7777 "env" : {
7878 "OPENAI_API_KEY" : " sk-..." ,
7979 "REVIEW_PROVIDER" : " openai"
@@ -92,7 +92,7 @@ npm install
9292npm run build
9393```
9494
95- Then point the MCP config at ` node /absolute/path/to/duul/build/index.js ` instead of ` npx -y duul ` .
95+ Then point the MCP config at ` node /absolute/path/to/duul/build/index.js ` instead of ` npx -y @planningo/ duul ` .
9696
9797Once installed, just ask in natural language: ** "run DUUL"** or ** "use DUUL for this"** .
9898
Original file line number Diff line number Diff line change 11{
2- "name" : " duul" ,
2+ "name" : " @planningo/ duul" ,
33 "version" : " 1.0.0" ,
44 "description" : " DUUL — Dual-phase Upfront-plan & Unit-verify Loop. MCP server for LLM peer review of plans and code." ,
55 "type" : " module" ,
4949 "engines" : {
5050 "node" : " >=20"
5151 },
52+ "publishConfig" : {
53+ "access" : " public"
54+ },
5255 "dependencies" : {
5356 "@modelcontextprotocol/sdk" : " ^1.29.0" ,
5457 "openai" : " ^6.1.0" ,
You can’t perform that action at this time.
0 commit comments