Skip to content

Commit 35be2f3

Browse files
authored
Merge pull request #10 from Planningo/devplanningo/scoped-package
chore: rename to @planningo/duul (scoped package)
2 parents 69f3f15 + cbfca60 commit 35be2f3

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.ko.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ scoop install ripgrep
4545
```bash
4646
claude 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
9292
npm 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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ scoop install ripgrep
4545
```bash
4646
claude mcp add duul \
4747
-e OPENAI_API_KEY=sk-... \
48-
-- npx -y duul
48+
-- npx -y @planningo/duul
4949
```
5050

5151
Or 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
9292
npm 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

9797
Once installed, just ask in natural language: **"run DUUL"** or **"use DUUL for this"**.
9898

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -49,6 +49,9 @@
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",

0 commit comments

Comments
 (0)