@wix/mcp 1.0.22 → 1.0.24
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.
- package/build/bin-standalone.js +1114 -1093
- package/build/bin-standalone.js.map +4 -4
- package/build/cjs/index.cjs +8738 -7238
- package/build/cjs/index.cjs.map +4 -4
- package/build/dts/api-call/index.d.ts +7 -1
- package/build/dts/api-call/index.d.ts.map +1 -1
- package/build/dts/api-call/index.js +115 -39
- package/build/dts/api-call/index.js.map +1 -1
- package/build/dts/api-call/upload-image-tool.d.ts +8 -0
- package/build/dts/api-call/upload-image-tool.d.ts.map +1 -0
- package/build/dts/api-call/upload-image-tool.js +150 -0
- package/build/dts/api-call/upload-image-tool.js.map +1 -0
- package/build/dts/api-call/validation.d.ts +1 -0
- package/build/dts/api-call/validation.d.ts.map +1 -1
- package/build/dts/api-call/validation.js +7 -7
- package/build/dts/api-call/validation.js.map +1 -1
- package/build/dts/bin.d.ts.map +1 -1
- package/build/dts/bin.js.map +1 -1
- package/build/dts/cli-tools/cli.d.ts.map +1 -1
- package/build/dts/cli-tools/cli.js +6 -4
- package/build/dts/cli-tools/cli.js.map +1 -1
- package/build/dts/config/default-config.d.ts +41 -0
- package/build/dts/config/default-config.d.ts.map +1 -0
- package/build/dts/config/default-config.js +169 -0
- package/build/dts/config/default-config.js.map +1 -0
- package/build/dts/docs/create-site-guide.d.ts +1 -1
- package/build/dts/docs/create-site-guide.d.ts.map +1 -1
- package/build/dts/docs/create-site-guide.js +5 -2
- package/build/dts/docs/create-site-guide.js.map +1 -1
- package/build/dts/docs/docs.d.ts +24 -0
- package/build/dts/docs/docs.d.ts.map +1 -1
- package/build/dts/docs/docs.js +117 -167
- package/build/dts/docs/docs.js.map +1 -1
- package/build/dts/docs/fetch-article.d.ts +1 -1
- package/build/dts/docs/fetch-article.d.ts.map +1 -1
- package/build/dts/docs/fetch-article.js +39 -1
- package/build/dts/docs/fetch-article.js.map +1 -1
- package/build/dts/docs/get-to-know.d.ts +16 -2
- package/build/dts/docs/get-to-know.d.ts.map +1 -1
- package/build/dts/docs/get-to-know.js +80 -80
- package/build/dts/docs/get-to-know.js.map +1 -1
- package/build/dts/docs/semanticSearch.d.ts.map +1 -1
- package/build/dts/docs/semanticSearch.js +4 -1
- package/build/dts/docs/semanticSearch.js.map +1 -1
- package/build/dts/docs/semanticSearch.test.js +5 -14
- package/build/dts/docs/semanticSearch.test.js.map +1 -1
- package/build/dts/docs/velo-readme.d.ts.map +1 -1
- package/build/dts/docs/velo-readme.js +1 -1
- package/build/dts/docs/velo-readme.js.map +1 -1
- package/build/dts/index.d.ts +5 -2
- package/build/dts/index.d.ts.map +1 -1
- package/build/dts/index.js +4 -0
- package/build/dts/index.js.map +1 -1
- package/build/dts/infra/logger.d.ts +1 -0
- package/build/dts/infra/logger.d.ts.map +1 -1
- package/build/dts/infra/logger.js +4 -0
- package/build/dts/infra/logger.js.map +1 -1
- package/build/dts/infra/widget-payload.d.ts +11 -0
- package/build/dts/infra/widget-payload.d.ts.map +1 -0
- package/build/dts/infra/widget-payload.js +2 -0
- package/build/dts/infra/widget-payload.js.map +1 -0
- package/build/dts/site-widget-tools/constants.d.ts +4 -0
- package/build/dts/site-widget-tools/constants.d.ts.map +1 -0
- package/build/dts/site-widget-tools/constants.js +6 -0
- package/build/dts/site-widget-tools/constants.js.map +1 -0
- package/build/dts/site-widget-tools/edit-site-tool/index.d.ts +4 -0
- package/build/dts/site-widget-tools/edit-site-tool/index.d.ts.map +1 -0
- package/build/dts/site-widget-tools/edit-site-tool/index.js +171 -0
- package/build/dts/site-widget-tools/edit-site-tool/index.js.map +1 -0
- package/build/dts/site-widget-tools/index.d.ts +4 -0
- package/build/dts/site-widget-tools/index.d.ts.map +1 -0
- package/build/dts/site-widget-tools/index.js +4 -0
- package/build/dts/site-widget-tools/index.js.map +1 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/index.d.ts +4 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/index.d.ts.map +1 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/index.js +177 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/index.js.map +1 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/types.d.ts +52 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/types.d.ts.map +1 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/types.js +2 -0
- package/build/dts/site-widget-tools/pull-site-creation-job-tool/types.js.map +1 -0
- package/build/dts/site-widget-tools/site-builder-tool/index.d.ts +4 -0
- package/build/dts/site-widget-tools/site-builder-tool/index.d.ts.map +1 -0
- package/build/dts/site-widget-tools/site-builder-tool/index.js +157 -0
- package/build/dts/site-widget-tools/site-builder-tool/index.js.map +1 -0
- package/build/dts/support/index.d.ts +1 -1
- package/build/dts/support/index.d.ts.map +1 -1
- package/build/dts/support/index.js +15 -17
- package/build/dts/support/index.js.map +1 -1
- package/build/dts/widget-manifest.d.ts +6 -0
- package/build/dts/widget-manifest.d.ts.map +1 -0
- package/build/dts/widget-manifest.js +19 -0
- package/build/dts/widget-manifest.js.map +1 -0
- package/build/dts/wix-mcp-server.d.ts +18 -3
- package/build/dts/wix-mcp-server.d.ts.map +1 -1
- package/build/dts/wix-mcp-server.js +129 -106
- package/build/dts/wix-mcp-server.js.map +1 -1
- package/build/esm/index.js +8402 -6402
- package/build/esm/index.js.map +4 -4
- package/package.json +49 -25
package/package.json
CHANGED
|
@@ -1,33 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "A Model Context Protocol server for Wix AI tools",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./build/cjs/index.cjs",
|
|
7
|
-
"types": "./build/dts/index.d.ts",
|
|
8
5
|
"bin": "./build/bin-standalone.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"build",
|
|
11
|
-
"README.md"
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "tsc --noEmit && node ./scripts/build.mjs",
|
|
15
|
-
"test": "NODE_ENV=TEST && vitest run",
|
|
16
|
-
"test:watch": "NODE_ENV=TEST && vitest",
|
|
17
|
-
"start": "NODE_ENV=DEV && npm run build && node ./build/bin.js",
|
|
18
|
-
"watch": "tsc --watch",
|
|
19
|
-
"lint": "eslint .",
|
|
20
|
-
"inspector": "npx @modelcontextprotocol/inspector build/bin-standalone.js"
|
|
21
|
-
},
|
|
22
|
-
"publishConfig": {
|
|
23
|
-
"registry": "https://registry.npmjs.org/",
|
|
24
|
-
"access": "public"
|
|
25
|
-
},
|
|
26
6
|
"dependencies": {
|
|
27
7
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
8
|
+
"@openai/apps-sdk-ui": "^0.2.1",
|
|
28
9
|
"@sentry/node": "^9.22.0",
|
|
29
10
|
"execa": "^9.5.3",
|
|
11
|
+
"markdown-to-text": "^0.1.1",
|
|
30
12
|
"minimist": "^1.2.8",
|
|
13
|
+
"remark-breaks": "^4.0.0",
|
|
31
14
|
"strip-ansi": "^7.1.0",
|
|
32
15
|
"uuid": "^11.1.0",
|
|
33
16
|
"wait-for-expect": "^3.0.2",
|
|
@@ -35,23 +18,42 @@
|
|
|
35
18
|
},
|
|
36
19
|
"devDependencies": {
|
|
37
20
|
"@eslint/js": "^9.27.0",
|
|
21
|
+
"@storybook/addon-essentials": "8.6.14",
|
|
22
|
+
"@storybook/addon-interactions": "8.6.14",
|
|
23
|
+
"@storybook/react-vite": "8.6.14",
|
|
24
|
+
"@storybook/test": "8.6.14",
|
|
25
|
+
"@tailwindcss/postcss": "^4.0.0",
|
|
38
26
|
"@types/express": "^5.0.2",
|
|
39
27
|
"@types/minimist": "^1.2.5",
|
|
40
28
|
"@types/node": "^20.17.50",
|
|
29
|
+
"@types/react": "^18.3.12",
|
|
30
|
+
"@types/react-dom": "^18.3.1",
|
|
41
31
|
"@vespaiach/axios-fetch-adapter": "^0.3.1",
|
|
42
|
-
"@
|
|
43
|
-
"@wix/
|
|
44
|
-
"@wix/
|
|
32
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
33
|
+
"@wix/bi-logger-api-infra-data": "^1.125.0",
|
|
34
|
+
"@wix/bi-logger-dev-tools-data": "^1.142.0",
|
|
35
|
+
"@wix/bi-logger-wix-code-data": "^1.460.0",
|
|
36
|
+
"@wix/http-client": "^2.85.0",
|
|
37
|
+
"@wix/panorama-client-node": "^3.253.0",
|
|
45
38
|
"@wix/standalone-node-bi-logger": "^1.7.24",
|
|
39
|
+
"@wix/web-bi-logger": "^2.1.24",
|
|
46
40
|
"@wix/wix-bi-logger-client": "^1.0.5",
|
|
41
|
+
"autoprefixer": "^10.4.20",
|
|
47
42
|
"esbuild": "^0.25.4",
|
|
48
43
|
"eslint": "^9.27.0",
|
|
49
44
|
"eslint-config-prettier": "^10.1.5",
|
|
50
45
|
"eslint-plugin-prettier": "^5.4.0",
|
|
51
46
|
"globals": "^16.1.0",
|
|
47
|
+
"postcss": "^8.4.49",
|
|
52
48
|
"prettier": "^3.5.3",
|
|
49
|
+
"react": "^18.3.1",
|
|
50
|
+
"react-dom": "^18.3.1",
|
|
51
|
+
"storybook": "8.6.14",
|
|
52
|
+
"tailwindcss": "^4.0.0",
|
|
53
53
|
"typescript": "^5.8.3",
|
|
54
54
|
"typescript-eslint": "^8.32.1",
|
|
55
|
+
"vite": "^6.0.5",
|
|
56
|
+
"vite-plugin-singlefile": "^2.0.0",
|
|
55
57
|
"vitest": "^3.1.4"
|
|
56
58
|
},
|
|
57
59
|
"exports": {
|
|
@@ -62,6 +64,28 @@
|
|
|
62
64
|
},
|
|
63
65
|
"./package.json": "./package.json"
|
|
64
66
|
},
|
|
67
|
+
"files": [
|
|
68
|
+
"build",
|
|
69
|
+
"README.md"
|
|
70
|
+
],
|
|
71
|
+
"main": "./build/cjs/index.cjs",
|
|
72
|
+
"publishConfig": {
|
|
73
|
+
"registry": "https://registry.npmjs.org/",
|
|
74
|
+
"access": "public"
|
|
75
|
+
},
|
|
76
|
+
"scripts": {
|
|
77
|
+
"build": "tsc --noEmit && node ./scripts/build.mjs && yarn build:storybook",
|
|
78
|
+
"build:storybook": "storybook build",
|
|
79
|
+
"inspector": "npx @modelcontextprotocol/inspector build/bin-standalone.js",
|
|
80
|
+
"lint": "eslint .",
|
|
81
|
+
"start": "NODE_ENV=DEV && npm run build && node ./build/bin.js",
|
|
82
|
+
"storybook": "storybook dev -p 6006",
|
|
83
|
+
"test": "NODE_ENV=TEST && vitest run",
|
|
84
|
+
"test:watch": "NODE_ENV=TEST && vitest",
|
|
85
|
+
"watch": "tsc --watch"
|
|
86
|
+
},
|
|
87
|
+
"type": "module",
|
|
88
|
+
"types": "./build/dts/index.d.ts",
|
|
65
89
|
"wix": {
|
|
66
90
|
"artifact": {
|
|
67
91
|
"artifactId": "wix-mcp",
|
|
@@ -73,5 +97,5 @@
|
|
|
73
97
|
]
|
|
74
98
|
}
|
|
75
99
|
},
|
|
76
|
-
"falconPackageHash": "
|
|
100
|
+
"falconPackageHash": "265a718238c73852f73944a16b4324cf668ed9968db4b5ff58d9c165"
|
|
77
101
|
}
|