@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 +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
|
@@ -851,7 +851,7 @@ function registerPackageTools(server2) {
|
|
|
851
851
|
"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.",
|
|
852
852
|
{
|
|
853
853
|
// FIX 3 (B-new-1): Zod v4 requires two-arg z.record(keySchema, valueSchema)
|
|
854
|
-
packages: z7.record(z7.string(), z7.string()).optional().default({}).describe(
|
|
854
|
+
packages: jsonCoerce(z7.record(z7.string(), z7.string()).optional().default({})).describe(
|
|
855
855
|
'Dependencies to add. Record<packageName, version>. e.g. { "@stackwright-pro/auth": "latest" }. Omit or pass {} when using includeBaseline: true.'
|
|
856
856
|
),
|
|
857
857
|
devPackages: jsonCoerce(z7.record(z7.string(), z7.string()).optional()).describe(
|
|
@@ -3505,7 +3505,7 @@ var package_default = {
|
|
|
3505
3505
|
"test:coverage": "vitest run --coverage"
|
|
3506
3506
|
},
|
|
3507
3507
|
name: "@stackwright-pro/mcp",
|
|
3508
|
-
version: "0.2.0-alpha.
|
|
3508
|
+
version: "0.2.0-alpha.16",
|
|
3509
3509
|
description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
|
|
3510
3510
|
license: "PROPRIETARY",
|
|
3511
3511
|
main: "./dist/server.js",
|