@stackwright-pro/mcp 0.2.0-alpha.15 → 0.2.0-alpha.16

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
@@ -875,7 +875,7 @@ function registerPackageTools(server2) {
875
875
  "Ensures pro packages are present in a project's package.json. Safe to call multiple times \u2014 never overwrites existing version pins. Use this to bootstrap dependencies before specialist otters run. Pass includeBaseline: true to automatically include all required @stackwright-pro/* baseline dependencies. Safe to call on existing projects \u2014 never overwrites pinned versions.",
876
876
  {
877
877
  // FIX 3 (B-new-1): Zod v4 requires two-arg z.record(keySchema, valueSchema)
878
- packages: import_zod7.z.record(import_zod7.z.string(), import_zod7.z.string()).optional().default({}).describe(
878
+ packages: jsonCoerce(import_zod7.z.record(import_zod7.z.string(), import_zod7.z.string()).optional().default({})).describe(
879
879
  'Dependencies to add. Record<packageName, version>. e.g. { "@stackwright-pro/auth": "latest" }. Omit or pass {} when using includeBaseline: true.'
880
880
  ),
881
881
  devPackages: jsonCoerce(import_zod7.z.record(import_zod7.z.string(), import_zod7.z.string()).optional()).describe(
@@ -3529,7 +3529,7 @@ var package_default = {
3529
3529
  "test:coverage": "vitest run --coverage"
3530
3530
  },
3531
3531
  name: "@stackwright-pro/mcp",
3532
- version: "0.2.0-alpha.15",
3532
+ version: "0.2.0-alpha.16",
3533
3533
  description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
3534
3534
  license: "PROPRIETARY",
3535
3535
  main: "./dist/server.js",