@stackwright-pro/mcp 0.2.0-alpha.28 → 0.2.0-alpha.29
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/dist/tools/type-schemas.js +1 -1
- package/dist/tools/type-schemas.js.map +1 -1
- package/dist/tools/type-schemas.mjs +1 -1
- package/dist/tools/type-schemas.mjs.map +1 -1
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -3897,7 +3897,7 @@ function buildTypeSchemaSummary() {
|
|
|
3897
3897
|
"TenantFilter",
|
|
3898
3898
|
"Collection"
|
|
3899
3899
|
],
|
|
3900
|
-
note: "CollectionProvider
|
|
3900
|
+
note: "CollectionProvider, CollectionEntry, CollectionListOptions, and CollectionListResult are re-exported from @stackwright/types (^1.5.0). EnterpriseCollectionProvider, TenantFilter, and Collection are Pro-only extensions."
|
|
3901
3901
|
}
|
|
3902
3902
|
}
|
|
3903
3903
|
};
|
|
@@ -3942,7 +3942,7 @@ var package_default = {
|
|
|
3942
3942
|
"test:coverage": "vitest run --coverage"
|
|
3943
3943
|
},
|
|
3944
3944
|
name: "@stackwright-pro/mcp",
|
|
3945
|
-
version: "0.2.0-alpha.
|
|
3945
|
+
version: "0.2.0-alpha.29",
|
|
3946
3946
|
description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
|
|
3947
3947
|
license: "PROPRIETARY",
|
|
3948
3948
|
main: "./dist/server.js",
|