@uuv/mcp-server 0.5.0 → 0.6.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,15 @@
1
+ # [0.5.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.4.1...mcp-server-v0.5.0) (2026-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
7
+
8
+
9
+ ### Features
10
+
11
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
12
+
1
13
  ## [0.4.1](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.4.0...mcp-server-v0.4.1) (2025-12-07)
2
14
 
3
15
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/mcp-server",
3
- "version": "0.4.1",
3
+ "version": "0.5.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",
@@ -57,10 +57,10 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@modelcontextprotocol/sdk": "1.24.3",
60
+ "@modelcontextprotocol/sdk": "1.25.2",
61
61
  "@types/mustache": "^4.2.6",
62
- "@uuv/assistant": "2.74.1",
63
- "@uuv/dictionary": "0.2.1",
62
+ "@uuv/assistant": "2.75.0",
63
+ "@uuv/dictionary": "0.3.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.5.0",
3
+ "version": "0.6.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",
@@ -57,10 +57,10 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@modelcontextprotocol/sdk": "1.24.3",
60
+ "@modelcontextprotocol/sdk": "1.25.2",
61
61
  "@types/mustache": "^4.2.6",
62
- "@uuv/assistant": "2.75.0",
63
- "@uuv/dictionary": "0.3.0",
62
+ "@uuv/assistant": "2.76.0",
63
+ "@uuv/dictionary": "0.4.0",
64
64
  "jsdom": "26.1.0",
65
65
  "mustache": "^4.2.0",
66
66
  "tsconfig-paths": "4.2.0",