|
1 | 1 | { |
2 | 2 | "name": "@uuv/mcp-server", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.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", |
7 | 7 | "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" |
11 | 11 | }, |
12 | 12 | "keywords": [ |
13 | 13 | "uuv", |
|
34 | 34 | "main": "./dist/index.js", |
35 | 35 | "types": "./dist/index.d.ts", |
36 | 36 | "files": [ |
37 | | - "dist/**/*", |
38 | | - "README.md", |
39 | | - "LICENSE" |
| 37 | + "dist/**/*", |
| 38 | + "README.md", |
| 39 | + "LICENSE" |
40 | 40 | ], |
41 | 41 | "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\"" |
46 | 46 | }, |
47 | 47 | "bin": { |
48 | 48 | "mcp-server": "./dist/index.js" |
|
60 | 60 | "tsconfig-paths": "4.2.0", |
61 | 61 | "tslib": "2.3.0", |
62 | 62 | "@uuv/dictionary": "0.0.1", |
63 | | - "@uuv/assistant": "2.72.0", |
| 63 | + "@uuv/assistant": "2.73.0", |
64 | 64 | "zod": "3.25.76" |
65 | 65 | }, |
66 | 66 | "funding": { |
|
0 commit comments