@stackwright-pro/mcp 0.2.0-alpha.105 → 0.2.0-alpha.106

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.
@@ -35,6 +35,21 @@ var import_zod = require("zod");
35
35
  // src/artifact-signing.ts
36
36
  var import_zod2 = require("zod");
37
37
 
38
+ // src/tools/validate-pulse-content.ts
39
+ var import_js_yaml = require("js-yaml");
40
+ var import_pulse = require("@stackwright-pro/pulse");
41
+ function getAllowedProps(schema) {
42
+ let inner = schema;
43
+ while (inner && typeof inner.unwrap === "function") {
44
+ inner = inner.unwrap();
45
+ }
46
+ if (inner && typeof inner === "object" && inner.shape && typeof inner.shape === "object") {
47
+ return Object.keys(inner.shape);
48
+ }
49
+ return [];
50
+ }
51
+ var COLUMN_ALLOWED_PROPS = getAllowedProps(import_pulse.ColumnSchema);
52
+
38
53
  // src/tools/pipeline.ts
39
54
  var import_types3 = require("@stackwright-pro/types");
40
55
 
@@ -44,7 +59,7 @@ var import_types2 = require("@stackwright-pro/types");
44
59
 
45
60
  // src/tools/validate-yaml-fragment.ts
46
61
  var import_zod3 = require("zod");
47
- var import_js_yaml = require("js-yaml");
62
+ var import_js_yaml2 = require("js-yaml");
48
63
  var import_types = require("@stackwright-pro/types");
49
64
  var NavigationLinkSchema = import_zod3.z.lazy(
50
65
  () => import_zod3.z.object({