@ncds/ui-admin-mcp 1.6.4-alpha.7 → 1.6.4-alpha.8

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.

Potentially problematic release.


This version of @ncds/ui-admin-mcp might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin-mcp",
3
- "version": "1.6.4-alpha.7",
3
+ "version": "1.6.4-alpha.8",
4
4
  "description": "NCDS UI Admin MCP 서버 — AI 에이전트가 NCUA 컴포넌트를 조회하고 HTML을 검증할 수 있는 MCP 서버",
5
5
  "bin": {
6
6
  "ncua-mcp": "./bin/server.mjs"
@@ -35,10 +35,14 @@
35
35
  "private": false,
36
36
  "dependencies": {
37
37
  "@modelcontextprotocol/sdk": "^1.27.1",
38
+ "flatpickr": "4.6.13",
38
39
  "jsdom": "^26.1.0",
40
+ "lodash-es": "^4.17.21",
41
+ "moment": "^2.30.1",
39
42
  "node-html-parser": "^7.1.0",
40
43
  "react": "^18.2.0",
41
44
  "react-dom": "^18.2.0",
45
+ "swiper": "^11.1.1",
42
46
  "zod": "^4.3.6"
43
47
  }
44
48
  }