@db-ux/core-foundations 4.5.4-mcp-e4cd7e6 → 4.5.4-mcp-server-standalone-debb5c1

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/package.json +3 -9
  2. package/build/mcp/index.js +0 -22330
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-foundations",
3
- "version": "4.5.4-mcp-e4cd7e6",
3
+ "version": "4.5.4-mcp-server-standalone-debb5c1",
4
4
  "type": "module",
5
5
  "description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
6
6
  "repository": {
@@ -8,9 +8,6 @@
8
8
  "url": "git+https://github.com/db-ux-design-system/core-web.git"
9
9
  },
10
10
  "license": "Apache-2.0",
11
- "bin": {
12
- "db-ux-mcp": "./build/mcp/index.js"
13
- },
14
11
  "main": "./build/index.js",
15
12
  "types": "./build/index.d.ts",
16
13
  "module": "./build/index.js",
@@ -21,8 +18,7 @@
21
18
  "build"
22
19
  ],
23
20
  "scripts": {
24
- "build": "npm-run-all copy-prepare:* build:* build-mcp",
25
- "build-mcp": "node ../../packages/mcp-server/esbuild.js && cpr ../../packages/mcp-server/build/index.js build/mcp/index.js --overwrite",
21
+ "build": "npm-run-all copy-prepare:* build:*",
26
22
  "build:01_normalize": "npm-run-all copy-prepare:*",
27
23
  "build:02_copy": "npm run copy:scss",
28
24
  "build:03_css": "sass --no-source-map --load-path=node_modules/ --load-path=../../node_modules/ build/styles --fatal-deprecation=mixed-decls",
@@ -52,9 +48,7 @@
52
48
  "start:nodemon": "nodemon --config nodemon.json",
53
49
  "test:e2e": "npx playwright test --config=./test/playwright.config.js"
54
50
  },
55
- "dependencies": {
56
- "@modelcontextprotocol/sdk": "^1.27.1"
57
- },
51
+ "dependencies": {},
58
52
  "devDependencies": {
59
53
  "@csstools/normalize.css": "12.1.1",
60
54
  "@db-ux/icon-font-tools": "0.3.6",