@muggleai/mcp 1.0.18 → 1.0.20
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/README.md +13 -13
- package/dist/{chunk-RXCZWOOD.js → chunk-HOXCZIJC.js} +2668 -2529
- package/dist/chunk-HOXCZIJC.js.map +1 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/login.d.ts.map +1 -1
- package/dist/cli.js +15 -8
- package/dist/cli.js.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/local-qa/contracts/auth-schemas.d.ts +2 -2
- package/dist/local-qa/contracts/project-schemas.d.ts +26 -26
- package/dist/local-qa/services/auth-service.d.ts +17 -0
- package/dist/local-qa/services/auth-service.d.ts.map +1 -1
- package/dist/qa/contracts/index.d.ts +46 -46
- package/dist/shared/auth.d.ts +15 -6
- package/dist/shared/auth.d.ts.map +1 -1
- package/dist/shared/credentials.d.ts +19 -10
- package/dist/shared/credentials.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-RXCZWOOD.js.map +0 -1
package/README.md
CHANGED
|
@@ -69,27 +69,27 @@ Your credentials are stored in `~/.muggle-ai/credentials.json` and persist acros
|
|
|
69
69
|
|
|
70
70
|
## Available Tools
|
|
71
71
|
|
|
72
|
-
### Cloud QA Tools
|
|
72
|
+
### Cloud QA Tools (muggle-remote-*)
|
|
73
73
|
|
|
74
74
|
Tools that work with the Muggle AI cloud backend:
|
|
75
75
|
|
|
76
|
-
- `
|
|
77
|
-
- `
|
|
78
|
-
- `
|
|
79
|
-
- `
|
|
80
|
-
- `
|
|
76
|
+
- `muggle-remote-project-create` - Create QA project
|
|
77
|
+
- `muggle-remote-project-list` - List projects
|
|
78
|
+
- `muggle-remote-use-case-create-from-prompts` - Create use cases
|
|
79
|
+
- `muggle-remote-test-case-generate-from-prompt` - Generate test cases
|
|
80
|
+
- `muggle-remote-workflow-start-*` - Start various workflows
|
|
81
81
|
- And more...
|
|
82
82
|
|
|
83
|
-
### Local QA Tools
|
|
83
|
+
### Local QA Tools (muggle-local-*)
|
|
84
84
|
|
|
85
85
|
Tools that work with local testing:
|
|
86
86
|
|
|
87
|
-
- `
|
|
88
|
-
- `
|
|
89
|
-
- `
|
|
90
|
-
- `
|
|
91
|
-
- `
|
|
92
|
-
- `
|
|
87
|
+
- `muggle-local-check-status` - Check local status
|
|
88
|
+
- `muggle-local-list-sessions` - List sessions
|
|
89
|
+
- `muggle-local-execute-test-generation` - Generate test script
|
|
90
|
+
- `muggle-local-execute-replay` - Replay test script
|
|
91
|
+
- `muggle-local-run-result-list` - List run results
|
|
92
|
+
- `muggle-local-publish-test-script` - Publish to cloud
|
|
93
93
|
- And more...
|
|
94
94
|
|
|
95
95
|
## Data Directory
|