@muggleai/mcp 1.0.17 → 1.0.19

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 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
- - `qa_project_create` - Create QA project
77
- - `qa_project_list` - List projects
78
- - `qa_use_case_create_from_prompts` - Create use cases
79
- - `qa_test_case_generate_from_prompt` - Generate test cases
80
- - `qa_workflow_start_*` - Start various workflows
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
- - `muggle_project_create` - Create local project
88
- - `muggle_test_case_save` - Save test case locally
89
- - `muggle_execute_test_generation` - Generate test script
90
- - `muggle_execute_replay` - Replay test script
91
- - `muggle_cloud_pull_project` - Pull from cloud
92
- - `muggle_publish_project` - Publish to cloud
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