@uuv/mcp-server 0.13.0 → 0.15.0

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/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ # [0.14.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.13.0...mcp-server-v0.14.0) (2026-03-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * **a11y:** add context parameter for wcag checker ([8d5fd08](https://github.com/e2e-test-quest/uuv/commit/8d5fd08b218d3641f404a00d518912a63ee17e28))
7
+ * **runner-cypress:** replace webpack by esbuild ([1a690ec](https://github.com/e2e-test-quest/uuv/commit/1a690ec7db65b62200405370c7b072620aaa9dfd))
8
+
9
+ # [0.13.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.12.0...mcp-server-v0.13.0) (2026-03-10)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([ff51aab](https://github.com/e2e-test-quest/uuv/commit/ff51aabadce6d0dc5e1b054472a43d1a14142ec3))
15
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([330ce8f](https://github.com/e2e-test-quest/uuv/commit/330ce8f99c8c84699cc5251159e980cb4318a277))
16
+ * **runner-playwright:** update dependency webpack to v5.105.4 ([ba8a2cf](https://github.com/e2e-test-quest/uuv/commit/ba8a2cfe2114e7e36301125b0d76a2ab1d63002d))
17
+
18
+
19
+ ### Features
20
+
21
+ * **assistant-ai:** initialize @uuv/assistant-ai, [#1222](https://github.com/e2e-test-quest/uuv/issues/1222) ([60a0090](https://github.com/e2e-test-quest/uuv/commit/60a0090ad865f5e667614b84582c1808b49137ea))
22
+
23
+ # [0.13.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.12.0...mcp-server-v0.13.0) (2026-03-08)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([ff51aab](https://github.com/e2e-test-quest/uuv/commit/ff51aabadce6d0dc5e1b054472a43d1a14142ec3))
29
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([330ce8f](https://github.com/e2e-test-quest/uuv/commit/330ce8f99c8c84699cc5251159e980cb4318a277))
30
+ * **runner-playwright:** update dependency webpack to v5.105.4 ([ba8a2cf](https://github.com/e2e-test-quest/uuv/commit/ba8a2cfe2114e7e36301125b0d76a2ab1d63002d))
31
+
32
+
33
+ ### Features
34
+
35
+ * **assistant-ai:** initialize @uuv/assistant-ai, [#1222](https://github.com/e2e-test-quest/uuv/issues/1222) ([60a0090](https://github.com/e2e-test-quest/uuv/commit/60a0090ad865f5e667614b84582c1808b49137ea))
36
+
1
37
  # [0.12.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.11.0...mcp-server-v0.12.0) (2026-03-02)
2
38
 
3
39
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/mcp-server",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "A Model Context Protocol (MCP) server for UUV - a solution to facilitate the writing and execution of E2E tests understandable by any human being(English or French) using cucumber(BDD) and cypress or playwright.",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "license": "MIT",
@@ -59,8 +59,8 @@
59
59
  "dependencies": {
60
60
  "@modelcontextprotocol/sdk": "1.26.0",
61
61
  "@types/mustache": "^4.2.6",
62
- "@uuv/assistant": "2.82.0",
63
- "@uuv/dictionary": "0.9.0",
62
+ "@uuv/assistant": "2.84.0",
63
+ "@uuv/dictionary": "0.11.0",
64
64
  "jsdom": "26.1.0",
65
65
  "mustache": "^4.2.0",
66
66
  "tsconfig-paths": "4.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/mcp-server",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "A Model Context Protocol (MCP) server for UUV - a solution to facilitate the writing and execution of E2E tests understandable by any human being(English or French) using cucumber(BDD) and cypress or playwright.",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "license": "MIT",
@@ -59,8 +59,8 @@
59
59
  "dependencies": {
60
60
  "@modelcontextprotocol/sdk": "1.26.0",
61
61
  "@types/mustache": "^4.2.6",
62
- "@uuv/assistant": "2.83.0",
63
- "@uuv/dictionary": "0.10.0",
62
+ "@uuv/assistant": "2.85.0",
63
+ "@uuv/dictionary": "0.12.0",
64
64
  "jsdom": "26.1.0",
65
65
  "mustache": "^4.2.0",
66
66
  "tsconfig-paths": "4.2.0",