@uuv/mcp-server 0.10.0 → 0.11.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 +17 -0
- package/dist/package.json +3 -3
- package/package.json +2 -2
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [0.10.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.9.1...mcp-server-v0.10.0) (2026-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v24.0.1 ([d164cb4](https://github.com/e2e-test-quest/uuv/commit/d164cb4b1c5ee6aae84c2bcabc937f07d281a434))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency @cucumber/gherkin to v38 ([d94b256](https://github.com/e2e-test-quest/uuv/commit/d94b2567a385370418b08b247ffc64255f7930eb))
|
|
12
|
+
* **deps:** update dependency @cucumber/messages to v32 ([d369590](https://github.com/e2e-test-quest/uuv/commit/d36959031c5c525592dd13d89945ae2d9bb2851f))
|
|
13
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 ([7b674d9](https://github.com/e2e-test-quest/uuv/commit/7b674d97f617fd47c298f8b5ca77e659eb1539d7))
|
|
14
|
+
* **runner-playwright:** update dependency @cucumber/cucumber to v12 ([04348cf](https://github.com/e2e-test-quest/uuv/commit/04348cf236f75e4af29d1601ce3fb5d184d2d36a))
|
|
15
|
+
* **runner-playwright:** update dependency @cucumber/tag-expressions to v9 ([b5803ce](https://github.com/e2e-test-quest/uuv/commit/b5803ce00fedeba3aba205860ce4f906b2661809))
|
|
16
|
+
* **runner-playwright:** update dependency webpack to v5.105.2 ([3631522](https://github.com/e2e-test-quest/uuv/commit/36315228823aa731802a784f3f3c3daa2d4a8e3c))
|
|
17
|
+
|
|
1
18
|
## [0.9.1](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.9.0...mcp-server-v0.9.1) (2026-02-16)
|
|
2
19
|
|
|
3
20
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.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.80.0",
|
|
63
|
+
"@uuv/dictionary": "0.8.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.11.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,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
61
61
|
"@types/mustache": "^4.2.6",
|
|
62
|
-
"@uuv/assistant": "2.
|
|
62
|
+
"@uuv/assistant": "2.81.0",
|
|
63
63
|
"@uuv/dictionary": "0.8.0",
|
|
64
64
|
"jsdom": "26.1.0",
|
|
65
65
|
"mustache": "^4.2.0",
|