docuking-mcp 2.5.2 → 2.5.3

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1598,7 +1598,7 @@ docuking_init을 먼저 실행하세요.`,
1598
1598
  }
1599
1599
  }
1600
1600
 
1601
- if (filesToPush.length === 0) {
1601
+ if (filesToPush.length === 0 && emptyFolders.length === 0) {
1602
1602
  return {
1603
1603
  content: [
1604
1604
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docuking-mcp",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "DocuKing MCP Server - AI 시대의 문서 협업 플랫폼",
5
5
  "type": "module",
6
6
  "main": "index.js",