e2e-ai 1.1.2 → 1.2.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/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "e2e-ai",
3
3
  "description": "AI-powered test automation pipeline — record, transcribe, generate, heal and ship Playwright tests from a single CLI",
4
- "version": "1.1.2",
4
+ "version": "1.2.0",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "bin": {
8
- "e2e-ai": "./dist/cli.js"
8
+ "e2e-ai": "./dist/cli.js",
9
+ "e2e-ai-mcp": "./dist/mcp.js"
9
10
  },
10
11
  "exports": {
11
12
  ".": {
@@ -24,12 +25,13 @@
24
25
  "templates"
25
26
  ],
26
27
  "scripts": {
27
- "build": "bun build src/cli.ts src/index.ts src/config/schema.ts --outdir ./dist --target node --format esm --splitting",
28
+ "build": "bun build src/cli.ts src/index.ts src/config/schema.ts src/mcp.ts --outdir ./dist --target node --format esm --splitting",
28
29
  "dev": "bun run src/cli.ts",
29
30
  "test": "bun test"
30
31
  },
31
32
  "dependencies": {
32
33
  "@inquirer/prompts": "^8.3.0",
34
+ "@modelcontextprotocol/sdk": "^1.27.1",
33
35
  "commander": "^13.1.0",
34
36
  "dotenv": "^17.2.0",
35
37
  "ora": "^9.3.0",