@jhl8041/dooray-mcp 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## 설치
4
4
 
5
5
  ```bash
6
- npm install -g @jhl8041-org/dooray-mcp
6
+ npm install -g @jhl8041/dooray-mcp
7
7
  ```
8
8
 
9
9
  ## 설정
@@ -20,9 +20,7 @@ export DOORAY_API_TOKEN=<발급 받은 API 토큰>
20
20
 
21
21
  ### 1. Claude Code 등록
22
22
  ```bash
23
- claude mcp add -s user dooray-mcp npx dooray-mcp
24
-
25
- claude mcp list # connection 확인
23
+ claude mcp add -s user dooray-mcp npx @jhl8041/dooray-mcp
26
24
  ```
27
25
 
28
26
  ### 2. Claude Desktop 설정
@@ -33,7 +31,7 @@ claude mcp list # connection 확인
33
31
  {
34
32
  "mcpServers": {
35
33
  "dooray": {
36
- "command": "npx dooray-mcp",
34
+ "command": "npx @jhl8041/dooray-mcp",
37
35
  "env": { "DOORAY_API_TOKEN": "발급받은_토큰" }
38
36
  }
39
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhl8041/dooray-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for Dooray",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",