@stackwright-pro/mcp 0.2.0-alpha.58 → 0.2.0-alpha.59

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
@@ -3326,7 +3326,12 @@ var OTTER_WRITE_ALLOWLISTS = {
3326
3326
  { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Design language artifact" }
3327
3327
  ],
3328
3328
  "stackwright-pro-theme-otter": [
3329
- { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Theme tokens artifact" }
3329
+ { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Theme tokens artifact" },
3330
+ {
3331
+ prefix: "stackwright.theme.",
3332
+ suffix: ".yml",
3333
+ description: "Theme config YAML (merged at build time)"
3334
+ }
3330
3335
  ],
3331
3336
  "stackwright-pro-auth-otter": [
3332
3337
  { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Auth config artifact" },
@@ -3359,6 +3364,17 @@ var OTTER_WRITE_ALLOWLISTS = {
3359
3364
  ],
3360
3365
  "stackwright-pro-api-otter": [
3361
3366
  { prefix: ".stackwright/artifacts/", suffix: ".json", description: "API config artifact" }
3367
+ ],
3368
+ "stackwright-pro-geo-otter": [
3369
+ { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Geo manifest artifact" },
3370
+ { prefix: "pages/", suffix: "/content.yml", description: "Map page content" },
3371
+ { prefix: "pages/", suffix: "/content.yaml", description: "Map page content" }
3372
+ ],
3373
+ "stackwright-pro-polish-otter": [
3374
+ { prefix: "stackwright.yml", suffix: "", description: "Stackwright config (navigation updates)" },
3375
+ { prefix: "pages/", suffix: "/content.yml", description: "Landing page content" },
3376
+ { prefix: "pages/", suffix: "/content.yaml", description: "Landing page content" },
3377
+ { prefix: ".stackwright/artifacts/", suffix: ".json", description: "Polish artifact" }
3362
3378
  ]
3363
3379
  };
3364
3380
  var PROTECTED_PATH_PREFIXES = [