@stackwright-pro/mcp 0.2.0-alpha.59 → 0.2.0-alpha.60
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/integrity.js +5 -1
- package/dist/integrity.js.map +1 -1
- package/dist/integrity.mjs +5 -1
- package/dist/integrity.mjs.map +1 -1
- package/dist/server.js +11 -3
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +11 -3
- package/dist/server.mjs.map +1 -1
- package/package.json +1 -1
package/dist/server.mjs
CHANGED
|
@@ -3363,7 +3363,11 @@ var OTTER_WRITE_ALLOWLISTS = {
|
|
|
3363
3363
|
{ prefix: "pages/", suffix: "/content.yaml", description: "Map page content" }
|
|
3364
3364
|
],
|
|
3365
3365
|
"stackwright-pro-polish-otter": [
|
|
3366
|
-
{
|
|
3366
|
+
{
|
|
3367
|
+
prefix: "stackwright.yml",
|
|
3368
|
+
suffix: "",
|
|
3369
|
+
description: "Stackwright config (navigation updates)"
|
|
3370
|
+
},
|
|
3367
3371
|
{ prefix: "pages/", suffix: "/content.yml", description: "Landing page content" },
|
|
3368
3372
|
{ prefix: "pages/", suffix: "/content.yaml", description: "Landing page content" },
|
|
3369
3373
|
{ prefix: ".stackwright/artifacts/", suffix: ".json", description: "Polish artifact" }
|
|
@@ -4023,9 +4027,13 @@ var _checksums = /* @__PURE__ */ new Map([
|
|
|
4023
4027
|
"stackwright-pro-designer-otter.json",
|
|
4024
4028
|
"af09ac8f06385bdbac63e2820daa2ff7d38b8ff1ff383c161f07e3fb9d9359c5"
|
|
4025
4029
|
],
|
|
4030
|
+
[
|
|
4031
|
+
"stackwright-pro-domain-expert-otter.json",
|
|
4032
|
+
"bfe5c167d73fef3f2ef280fff56dcb552073c218e1394a43ecf983a03169ed55"
|
|
4033
|
+
],
|
|
4026
4034
|
[
|
|
4027
4035
|
"stackwright-pro-foreman-otter.json",
|
|
4028
|
-
"
|
|
4036
|
+
"a3a4c6b3dde05d8bed213759b1b6644d345b3107b73624ff5654d30b98297649"
|
|
4029
4037
|
],
|
|
4030
4038
|
[
|
|
4031
4039
|
"stackwright-pro-geo-otter.json",
|
|
@@ -4782,7 +4790,7 @@ var package_default = {
|
|
|
4782
4790
|
"test:coverage": "vitest run --coverage"
|
|
4783
4791
|
},
|
|
4784
4792
|
name: "@stackwright-pro/mcp",
|
|
4785
|
-
version: "0.2.0-alpha.
|
|
4793
|
+
version: "0.2.0-alpha.60",
|
|
4786
4794
|
description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
|
|
4787
4795
|
license: "SEE LICENSE IN LICENSE",
|
|
4788
4796
|
main: "./dist/server.js",
|