@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.js CHANGED
@@ -301,7 +301,6 @@ Status: Valid (${allowlist.length} specs on allowlist)`
301
301
  let sha256 = "<computed-at-build>";
302
302
  try {
303
303
  if (url.startsWith("http://") || url.startsWith("https://")) {
304
- sha256 = "<computed-at-build>";
305
304
  } else if (import_fs.default.existsSync(url)) {
306
305
  const specContent = import_fs.default.readFileSync(url, "utf8");
307
306
  sha256 = (0, import_crypto.createHash)("sha256").update(specContent).digest("hex");
@@ -439,7 +438,7 @@ function registerIsrTools(server2) {
439
438
  isr:
440
439
  revalidate: ${revalidate}
441
440
  fallback: ${fallback}`;
442
- let description = "";
441
+ let description;
443
442
  if (revalidate < 60) {
444
443
  description = "\u26A1 Very fresh data (revalidate every " + revalidate + "s)";
445
444
  } else if (revalidate < 300) {
@@ -3942,10 +3941,13 @@ var package_default = {
3942
3941
  "test:coverage": "vitest run --coverage"
3943
3942
  },
3944
3943
  name: "@stackwright-pro/mcp",
3945
- version: "0.2.0-alpha.29",
3944
+ version: "0.2.0-alpha.30",
3946
3945
  description: "MCP tools for Stackwright Pro - Data Explorer, Security, ISR, and Dashboard generation",
3947
3946
  license: "PROPRIETARY",
3948
3947
  main: "./dist/server.js",
3948
+ bin: {
3949
+ "stackwright-pro-mcp": "./dist/server.js"
3950
+ },
3949
3951
  module: "./dist/server.mjs",
3950
3952
  types: "./dist/server.d.ts",
3951
3953
  exports: {