wopee-mcp 1.7.0 → 1.7.1

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
@@ -100,7 +100,7 @@ Generates a specific file(artifact) for the selected suite.
100
100
 
101
101
  - **Parameters:**
102
102
  - `suiteUuid` - The UUID of the suite
103
- - `fileType` - `"APP_CONTEXT" | "GENERAL_USER_STORIES" | "USER_STORIES" | "TEST_CASES"`
103
+ - `fileType` - `"APP_CONTEXT" | "GENERAL_USER_STORIES" | "USER_STORIES_WITH_TEST_CASES" | "TEST_CASES" | "TEST_CASE_STEPS" | "REUSABLE_TEST_CASES" | "REUSABLE_TEST_CASE_STEPS"`
104
104
  - **Returns:** Generated output in case of successful generation.
105
105
 
106
106
  **Example Usage:**
@@ -42,10 +42,7 @@ export const DispatchAnalysis = `
42
42
  status
43
43
  isGenerated
44
44
  }
45
- testCaseSteps {
46
- status
47
- isGenerated
48
- }
45
+ testCaseSteps
49
46
  }
50
47
  }
51
48
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "bin": {
5
5
  "wopee-mcp": "./build/index.js"
6
6
  },
7
- "version": "1.7.0",
7
+ "version": "1.7.1",
8
8
  "description": "Wopee.io MCP server",
9
9
  "main": "./build/index.js",
10
10
  "scripts": {