Skip to content

Commit 1d8207c

Browse files
release(mcp-server): 0.1.0 [skip ci]
# [0.1.0](mcp-server-v0.0.1...mcp-server-v0.1.0) (2025-11-18) ### Features * release 0.0.1 of mcp-server and dictionary ([d8ccf06](d8ccf06))
1 parent 278511d commit 1d8207c

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

packages/mcp-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [0.1.0](https://github.com/e2e-test-quest/uuv/compare/mcp-server-v0.0.1...mcp-server-v0.1.0) (2025-11-18)
2+
3+
4+
### Features
5+
6+
* release 0.0.1 of mcp-server and dictionary ([d8ccf06](https://github.com/e2e-test-quest/uuv/commit/d8ccf0669454a75d01e1ca6952c71f207dd2bc40))

packages/mcp-server/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@uuv/mcp-server",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"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.",
55
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
66
"license": "MIT",
77
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/e2e-test-quest/uuv.git",
10-
"directory": "packages/mcp-server"
8+
"type": "git",
9+
"url": "https://github.com/e2e-test-quest/uuv.git",
10+
"directory": "packages/mcp-server"
1111
},
1212
"keywords": [
1313
"uuv",
@@ -34,15 +34,15 @@
3434
"main": "./dist/index.js",
3535
"types": "./dist/index.d.ts",
3636
"files": [
37-
"dist/**/*",
38-
"README.md",
39-
"LICENSE"
37+
"dist/**/*",
38+
"README.md",
39+
"LICENSE"
4040
],
4141
"scripts": {
42-
"start": "ts-node src/lib/mcp-server.ts",
43-
"lint": "npx eslint . --ext .js,.ts,.feature --fix",
44-
"tests": "jest --coverage --config=./jest.config.ts",
45-
"package": "npm pack --pack-destination=\"../../dist/packages\""
42+
"start": "ts-node src/lib/mcp-server.ts",
43+
"lint": "npx eslint . --ext .js,.ts,.feature --fix",
44+
"tests": "jest --coverage --config=./jest.config.ts",
45+
"package": "npm pack --pack-destination=\"../../dist/packages\""
4646
},
4747
"bin": {
4848
"mcp-server": "./dist/index.js"
@@ -60,7 +60,7 @@
6060
"tsconfig-paths": "4.2.0",
6161
"tslib": "2.3.0",
6262
"@uuv/dictionary": "0.0.1",
63-
"@uuv/assistant": "2.72.0",
63+
"@uuv/assistant": "2.73.0",
6464
"zod": "3.25.76"
6565
},
6666
"funding": {

0 commit comments

Comments
 (0)