@stackwright-pro/mcp 0.2.0-alpha.10 → 0.2.0-alpha.12

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/dist/server.js CHANGED
@@ -1302,7 +1302,7 @@ function registerQuestionTools(server2) {
1302
1302
  questions: import_zod7.z.array(ManifestQuestionSchema).optional().describe(
1303
1303
  "Questions in Question Manifest format. If omitted, questions are read from .stackwright/question-manifest.json using the phase name."
1304
1304
  ),
1305
- answers: import_zod7.z.record(import_zod7.z.union([import_zod7.z.string(), import_zod7.z.array(import_zod7.z.string()), import_zod7.z.boolean()])).optional().describe("Previously collected answers used to resolve dependsOn conditions")
1305
+ answers: import_zod7.z.record(import_zod7.z.string(), import_zod7.z.union([import_zod7.z.string(), import_zod7.z.array(import_zod7.z.string()), import_zod7.z.boolean()])).optional().describe("Previously collected answers used to resolve dependsOn conditions")
1306
1306
  },
1307
1307
  async ({ phase, questions, answers }) => {
1308
1308
  let resolvedQuestions;
@@ -3468,7 +3468,7 @@ var package_default = {
3468
3468
  "test:coverage": "vitest run --coverage"
3469
3469
  },
3470
3470
  name: "@stackwright-pro/mcp",
3471
- version: "0.2.0-alpha.10",
3471
+ version: "0.2.0-alpha.12",
3472
3472
  description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
3473
3473
  license: "PROPRIETARY",
3474
3474
  main: "./dist/server.js",