@uuv/mcp-server 0.8.0 → 0.8.1

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,18 @@
1
+ # [0.8.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.7.0...mcp-server-v0.8.0) (2026-02-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([40b93ce](https://github.com/e2e-test-quest/uuv/commit/40b93ce3170605fff5ec681ba592478a6059f679))
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 [security] ([2b945ed](https://github.com/e2e-test-quest/uuv/commit/2b945ed51c308be739f45a8bfc27190ba95b0960))
12
+ * **runner-cypress:** update dependency cypress to v15.10.0 ([86db98f](https://github.com/e2e-test-quest/uuv/commit/86db98fcfb28f439cb5122f9b45e61fceded02a4))
13
+ * **runner-cypress:** update dependency junit-report-merger to v9 ([6d95cfc](https://github.com/e2e-test-quest/uuv/commit/6d95cfc0e4e2363f3c83f407fbb485fcf3e39769))
14
+ * **runner-playwright:** update dependency webpack to v5.105.0 ([6097081](https://github.com/e2e-test-quest/uuv/commit/609708177d910b3a0e414d096322497ff4c8cbe6))
15
+
1
16
  # [0.7.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.6.0...mcp-server-v0.7.0) (2026-01-25)
2
17
 
3
18
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/mcp-server",
3
- "version": "0.7.0",
3
+ "version": "0.8.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.77.0",
63
- "@uuv/dictionary": "0.5.0",
62
+ "@uuv/assistant": "2.78.0",
63
+ "@uuv/dictionary": "0.6.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.8.0",
3
+ "version": "0.8.1",
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.78.0",
63
- "@uuv/dictionary": "0.6.0",
62
+ "@uuv/assistant": "2.78.1",
63
+ "@uuv/dictionary": "0.6.1",
64
64
  "jsdom": "26.1.0",
65
65
  "mustache": "^4.2.0",
66
66
  "tsconfig-paths": "4.2.0",