@stackwright-pro/mcp 0.2.0-alpha.29 → 0.2.0-alpha.30

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.mjs CHANGED
@@ -277,7 +277,6 @@ Status: Valid (${allowlist.length} specs on allowlist)`
277
277
  let sha256 = "<computed-at-build>";
278
278
  try {
279
279
  if (url.startsWith("http://") || url.startsWith("https://")) {
280
- sha256 = "<computed-at-build>";
281
280
  } else if (fs.existsSync(url)) {
282
281
  const specContent = fs.readFileSync(url, "utf8");
283
282
  sha256 = createHash("sha256").update(specContent).digest("hex");
@@ -415,7 +414,7 @@ function registerIsrTools(server2) {
415
414
  isr:
416
415
  revalidate: ${revalidate}
417
416
  fallback: ${fallback}`;
418
- let description = "";
417
+ let description;
419
418
  if (revalidate < 60) {
420
419
  description = "\u26A1 Very fresh data (revalidate every " + revalidate + "s)";
421
420
  } else if (revalidate < 300) {
@@ -3918,10 +3917,13 @@ var package_default = {
3918
3917
  "test:coverage": "vitest run --coverage"
3919
3918
  },
3920
3919
  name: "@stackwright-pro/mcp",
3921
- version: "0.2.0-alpha.29",
3920
+ version: "0.2.0-alpha.30",
3922
3921
  description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
3923
3922
  license: "PROPRIETARY",
3924
3923
  main: "./dist/server.js",
3924
+ bin: {
3925
+ "stackwright-pro-mcp": "./dist/server.js"
3926
+ },
3925
3927
  module: "./dist/server.mjs",
3926
3928
  types: "./dist/server.d.ts",
3927
3929
  exports: {