docuking-mcp 2.11.0 → 2.11.1

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.
@@ -110,9 +110,23 @@ export function getVersionWarningMessage(updateInfo) {
110
110
  현재 버전: ${updateInfo.current}
111
111
  최신 버전: ${updateInfo.latest}
112
112
 
113
- 업데이트 명령어:
113
+ 【글로벌 설치 사용자】
114
114
  npm update -g docuking-mcp
115
115
 
116
+ 【npx 방식 사용자 (전환 필요)】
117
+ npx 캐시 문제로 글로벌 설치로 전환해야 합니다:
118
+
119
+ 1. 글로벌 설치:
120
+ npm install -g docuking-mcp
121
+
122
+ 2. MCP 설정 변경:
123
+ - Claude Code: claude mcp remove docuking && claude mcp add docuking -s user -- docuking-mcp
124
+ - Cursor/기타: ~/.cursor/mcp.json 등에서 아래와 같이 변경
125
+ Before: { "command": "npx", "args": ["-y", "docuking-mcp@latest"] }
126
+ After: { "command": "docuking-mcp", "args": [] }
127
+
128
+ 3. AI 도구 재시작
129
+
116
130
  새 버전에서 버그 수정 및 기능 개선이 있습니다.
117
131
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
118
132
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docuking-mcp",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "DocuKing MCP Server - AI 시대의 문서 협업 플랫폼",
5
5
  "type": "module",
6
6
  "main": "index.js",