@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.mjs
CHANGED
|
@@ -3873,7 +3873,7 @@ function buildTypeSchemaSummary() {
|
|
|
3873
3873
|
"TenantFilter",
|
|
3874
3874
|
"Collection"
|
|
3875
3875
|
],
|
|
3876
|
-
note: "CollectionProvider
|
|
3876
|
+
note: "CollectionProvider, CollectionEntry, CollectionListOptions, and CollectionListResult are re-exported from @stackwright/types (^1.5.0). EnterpriseCollectionProvider, TenantFilter, and Collection are Pro-only extensions."
|
|
3877
3877
|
}
|
|
3878
3878
|
}
|
|
3879
3879
|
};
|
|
@@ -3918,7 +3918,7 @@ var package_default = {
|
|
|
3918
3918
|
"test:coverage": "vitest run --coverage"
|
|
3919
3919
|
},
|
|
3920
3920
|
name: "@stackwright-pro/mcp",
|
|
3921
|
-
version: "0.2.0-alpha.
|
|
3921
|
+
version: "0.2.0-alpha.29",
|
|
3922
3922
|
description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
|
|
3923
3923
|
license: "PROPRIETARY",
|
|
3924
3924
|
main: "./dist/server.js",
|