@uuv/mcp-server 0.4.1 → 0.5.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 +7 -0
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **mcp-server:** add mcp prompts in mcp-server npm package and temp remove valueToType arg ([c5dd4f3](https://github.com/e2e-test-quest/uuv/commit/c5dd4f344f00d43068057a3dfa03a1fc7239eef9))
|
|
7
|
+
|
|
1
8
|
# [0.4.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.3.0...mcp-server-v0.4.0) (2025-12-01)
|
|
2
9
|
|
|
3
10
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/mcp-server",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.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.24.3",
|
|
61
61
|
"@types/mustache": "^4.2.6",
|
|
62
|
-
"@uuv/assistant": "2.74.
|
|
63
|
-
"@uuv/dictionary": "0.2.
|
|
62
|
+
"@uuv/assistant": "2.74.1",
|
|
63
|
+
"@uuv/dictionary": "0.2.1",
|
|
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.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",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@modelcontextprotocol/sdk": "1.24.3",
|
|
61
61
|
"@types/mustache": "^4.2.6",
|
|
62
|
-
"@uuv/assistant": "2.
|
|
63
|
-
"@uuv/dictionary": "0.
|
|
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",
|