@shortcut/mcp 0.15.1 → 0.15.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -450,7 +450,7 @@ var ShortcutClientWrapper = class {
450
450
  //#endregion
451
451
  //#region package.json
452
452
  var name = "@shortcut/mcp";
453
- var version = "0.15.1";
453
+ var version = "0.15.2";
454
454
 
455
455
  //#endregion
456
456
  //#region src/mcp/CustomMcpServer.ts
@@ -466,7 +466,6 @@ var CustomMcpServer = class extends McpServer {
466
466
  this.tools = new Set(tools || []);
467
467
  }
468
468
  shouldAddTool(name$1) {
469
- console.log("Checking tool:", name$1, this.tools.size);
470
469
  if (!this.tools.size) return true;
471
470
  const [entityType] = name$1.split("-");
472
471
  if (this.tools.has(entityType) || this.tools.has(name$1)) return true;
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "modelcontextprotocol"
13
13
  ],
14
14
  "license": "MIT",
15
- "version": "0.15.1",
15
+ "version": "0.15.2",
16
16
  "type": "module",
17
17
  "main": "dist/index.js",
18
18
  "bin": {