@uuv/mcp-server 0.8.1 → 0.9.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 +22 -0
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [0.9.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.8.1...mcp-server-v0.9.0) (2026-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency playwright-chromium to v1.58.2 ([34bc2f6](https://github.com/e2e-test-quest/uuv/commit/34bc2f6c53c1fab2a03928966f888f76515fdff2))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **assistant-desktop:** migrate assistant desktop from electron to tauri ([d1ac014](https://github.com/e2e-test-quest/uuv/commit/d1ac01405e37cce389da7449807f55601db41b74))
|
|
12
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v24 ([d85b911](https://github.com/e2e-test-quest/uuv/commit/d85b9117941af3f256be7ea2aa2ae55afc116884))
|
|
13
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.10.0 ([4abcad4](https://github.com/e2e-test-quest/uuv/commit/4abcad42d2c892bd5f797e4d965fbb1aa62c93f1))
|
|
14
|
+
* **runner-playwright:** update dependency webpack to v5.105.2 ([8639885](https://github.com/e2e-test-quest/uuv/commit/8639885be87b51fb9e04a3b78b5f484f41ab22ec))
|
|
15
|
+
|
|
16
|
+
## [0.8.1](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.8.0...mcp-server-v0.8.1) (2026-02-09)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **runner-cypress:** use cypress-on-fix for multiple hooks, [#1214](https://github.com/e2e-test-quest/uuv/issues/1214) ([bff79c8](https://github.com/e2e-test-quest/uuv/commit/bff79c8a332bd8f270301623d5ab519c585bcea4))
|
|
22
|
+
|
|
1
23
|
# [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
24
|
|
|
3
25
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.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.
|
|
63
|
-
"@uuv/dictionary": "0.
|
|
62
|
+
"@uuv/assistant": "2.79.0",
|
|
63
|
+
"@uuv/dictionary": "0.7.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.
|
|
3
|
+
"version": "0.9.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.
|
|
63
|
-
"@uuv/dictionary": "0.
|
|
62
|
+
"@uuv/assistant": "2.79.1",
|
|
63
|
+
"@uuv/dictionary": "0.7.0",
|
|
64
64
|
"jsdom": "26.1.0",
|
|
65
65
|
"mustache": "^4.2.0",
|
|
66
66
|
"tsconfig-paths": "4.2.0",
|