@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 +2 -2
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +2 -2
- package/dist/server.mjs.map +1 -1
- package/package.json +1 -1
package/dist/server.mjs
CHANGED
|
@@ -1278,7 +1278,7 @@ function registerQuestionTools(server2) {
|
|
|
1278
1278
|
questions: z7.array(ManifestQuestionSchema).optional().describe(
|
|
1279
1279
|
"Questions in Question Manifest format. If omitted, questions are read from .stackwright/question-manifest.json using the phase name."
|
|
1280
1280
|
),
|
|
1281
|
-
answers: z7.record(z7.union([z7.string(), z7.array(z7.string()), z7.boolean()])).optional().describe("Previously collected answers used to resolve dependsOn conditions")
|
|
1281
|
+
answers: z7.record(z7.string(), z7.union([z7.string(), z7.array(z7.string()), z7.boolean()])).optional().describe("Previously collected answers used to resolve dependsOn conditions")
|
|
1282
1282
|
},
|
|
1283
1283
|
async ({ phase, questions, answers }) => {
|
|
1284
1284
|
let resolvedQuestions;
|
|
@@ -3444,7 +3444,7 @@ var package_default = {
|
|
|
3444
3444
|
"test:coverage": "vitest run --coverage"
|
|
3445
3445
|
},
|
|
3446
3446
|
name: "@stackwright-pro/mcp",
|
|
3447
|
-
version: "0.2.0-alpha.
|
|
3447
|
+
version: "0.2.0-alpha.12",
|
|
3448
3448
|
description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
|
|
3449
3449
|
license: "PROPRIETARY",
|
|
3450
3450
|
main: "./dist/server.js",
|