@skyramp/mcp 0.0.2 → 0.0.3

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.
@@ -24,8 +24,21 @@ export class TestGenerationService {
24
24
  type: "text",
25
25
  text: `${result}
26
26
 
27
- If the test is successfully created, I can go ahead and refactor your test code to make it modular and reusable?
28
- Reply "yes" to continue, or "no" to skip this step.`,
27
+ If the test was successfully created, I can help refactor your test code to make it more modular and reusable.
28
+ Would you like to proceed with this step?
29
+
30
+ Reply "yes" to continue or "no" to skip.
31
+
32
+ If you reply "yes", I will:
33
+
34
+ Parameterize the test functions into logical groups (e.g., login) to enable reusability for other test scenarios.
35
+
36
+ NOT alter any existing logic, test scenarios, or test cases.
37
+
38
+ NOT add any new logic or classes.
39
+
40
+ Only restructure the code for better modularity and reusability.
41
+ `,
29
42
  },
30
43
  ],
31
44
  isError: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyramp/mcp",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "build/index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -58,4 +58,4 @@
58
58
  "engines": {
59
59
  "node": ">=18"
60
60
  }
61
- }
61
+ }