@muggleai/mcp 1.0.12 → 1.0.14

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.
Files changed (1) hide show
  1. package/package.json +79 -79
package/package.json CHANGED
@@ -1,81 +1,81 @@
1
1
  {
2
- "name": "@muggleai/mcp",
3
- "version": "1.0.12",
4
- "description": "Unified MCP server for Muggle AI - Cloud QA and Local Testing tools",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "bin": {
9
- "muggle-mcp": "bin/muggle-mcp.js"
10
- },
11
- "files": [
12
- "dist",
13
- "bin/muggle-mcp.js",
14
- "scripts/postinstall.mjs"
15
- ],
16
- "scripts": {
17
- "clean": "rimraf dist",
18
- "build": "tsup && tsc --emitDeclarationOnly --declaration --outDir dist",
19
- "build:release": "npm run build",
20
- "postinstall": "node scripts/postinstall.mjs",
21
- "start": "node dist/index.js",
22
- "dev": "tsx watch src/index.ts",
23
- "lint": "eslint . --fix",
24
- "lint:check": "eslint .",
25
- "test": "vitest run",
26
- "test:watch": "vitest"
27
- },
28
- "muggleConfig": {
29
- "electronAppVersion": "1.0.3",
30
- "downloadBaseUrl": "https://github.com/multiplex-ai/muggle-ai-mcp/releases/download",
31
- "checksums": {
32
- "darwin-arm64": "",
33
- "darwin-x64": "",
34
- "win32-x64": "",
35
- "linux-x64": ""
36
- }
37
- },
38
- "dependencies": {
39
- "@modelcontextprotocol/sdk": "^1.25.3",
40
- "axios": "^1.7.9",
41
- "commander": "^12.0.0",
42
- "open": "^10.0.0",
43
- "ulid": "^2.3.0",
44
- "uuid": "^10.0.0",
45
- "winston": "^3.17.0",
46
- "zod": "^3.24.1"
47
- },
48
- "devDependencies": {
49
- "@eslint/js": "^9.21.0",
50
- "@types/node": "^22.0.0",
51
- "@types/uuid": "^10.0.0",
52
- "@typescript-eslint/eslint-plugin": "^8.34.0",
53
- "@typescript-eslint/parser": "^8.34.0",
54
- "eslint": "^9.28.0",
55
- "eslint-plugin-unused-imports": "^4.2.0",
56
- "rimraf": "^6.0.1",
57
- "tsup": "^8.5.1",
58
- "tsx": "^4.19.2",
59
- "typescript": "^5.7.3",
60
- "vitest": "^4.0.18"
61
- },
62
- "engines": {
63
- "node": ">=22.0.0"
64
- },
65
- "keywords": [
66
- "mcp",
67
- "model-context-protocol",
68
- "muggle-ai",
69
- "qa",
70
- "testing",
71
- "automation",
72
- "localhost"
73
- ],
74
- "author": "Muggle AI",
75
- "license": "MIT",
76
- "repository": {
77
- "type": "git",
78
- "url": "git+https://github.com/multiplex-ai/muggle-ai-mcp.git"
79
- },
80
- "homepage": "https://www.muggle-ai.com/muggleTestV0/docs/mcp/mcp-overview"
2
+ "name": "@muggleai/mcp",
3
+ "version": "1.0.14",
4
+ "description": "Unified MCP server for Muggle AI - Cloud QA and Local Testing tools",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "bin": {
9
+ "muggle-mcp": "bin/muggle-mcp.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "bin/muggle-mcp.js",
14
+ "scripts/postinstall.mjs"
15
+ ],
16
+ "scripts": {
17
+ "clean": "rimraf dist",
18
+ "build": "tsup && tsc --emitDeclarationOnly --declaration --outDir dist",
19
+ "build:release": "npm run build",
20
+ "postinstall": "node scripts/postinstall.mjs",
21
+ "start": "node dist/index.js",
22
+ "dev": "tsx watch src/index.ts",
23
+ "lint": "eslint . --fix",
24
+ "lint:check": "eslint .",
25
+ "test": "vitest run",
26
+ "test:watch": "vitest"
27
+ },
28
+ "muggleConfig": {
29
+ "electronAppVersion": "1.0.5",
30
+ "downloadBaseUrl": "https://github.com/multiplex-ai/muggle-ai-mcp/releases/download",
31
+ "checksums": {
32
+ "darwin-arm64": "",
33
+ "darwin-x64": "",
34
+ "win32-x64": "",
35
+ "linux-x64": ""
36
+ }
37
+ },
38
+ "dependencies": {
39
+ "@modelcontextprotocol/sdk": "^1.25.3",
40
+ "axios": "^1.7.9",
41
+ "commander": "^12.0.0",
42
+ "open": "^10.0.0",
43
+ "ulid": "^2.3.0",
44
+ "uuid": "^10.0.0",
45
+ "winston": "^3.17.0",
46
+ "zod": "^3.24.1"
47
+ },
48
+ "devDependencies": {
49
+ "@eslint/js": "^9.21.0",
50
+ "@types/node": "^22.0.0",
51
+ "@types/uuid": "^10.0.0",
52
+ "@typescript-eslint/eslint-plugin": "^8.34.0",
53
+ "@typescript-eslint/parser": "^8.34.0",
54
+ "eslint": "^9.28.0",
55
+ "eslint-plugin-unused-imports": "^4.2.0",
56
+ "rimraf": "^6.0.1",
57
+ "tsup": "^8.5.1",
58
+ "tsx": "^4.19.2",
59
+ "typescript": "^5.7.3",
60
+ "vitest": "^4.0.18"
61
+ },
62
+ "engines": {
63
+ "node": ">=22.0.0"
64
+ },
65
+ "keywords": [
66
+ "mcp",
67
+ "model-context-protocol",
68
+ "muggle-ai",
69
+ "qa",
70
+ "testing",
71
+ "automation",
72
+ "localhost"
73
+ ],
74
+ "author": "Muggle AI",
75
+ "license": "MIT",
76
+ "repository": {
77
+ "type": "git",
78
+ "url": "git+https://github.com/multiplex-ai/muggle-ai-mcp.git"
79
+ },
80
+ "homepage": "https://www.muggle-ai.com/muggleTestV0/docs/mcp/mcp-overview"
81
81
  }