wopee-mcp 1.26.1 → 1.26.2

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.
@@ -132,7 +132,7 @@ export const GenerateGeneralUserStories = `
132
132
  `;
133
133
  export const GenerateUserStoriesWithTestCases = `
134
134
  mutation GenerateUserStoriesWithTestCases($input: GenerateAIDataInput!) {
135
- generateUserStories(input: $input)
135
+ generateUserStoriesWithTestCases(input: $input)
136
136
  }
137
137
  `;
138
138
  export const GenerateTestCases = `
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "bin": {
5
5
  "wopee-mcp": "./build/index.js"
6
6
  },
7
- "version": "1.26.1",
7
+ "version": "1.26.2",
8
8
  "mcpName": "io.github.Wopee-io/wopee-mcp",
9
9
  "description": "Wopee.io MCP server for autonomous testing platform",
10
10
  "main": "./build/index.js",