@interopio/mcp-core 0.1.0-beta.0 → 0.1.1-beta.0

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.
@@ -6272,7 +6272,7 @@ kBrLHE3dcyD6g+lMOq9chHECAwEAAQ==
6272
6272
  __metadata("design:paramtypes", [Function, IoConnectService])
6273
6273
  ], McpServerService);
6274
6274
 
6275
- var version = "0.1.0-beta.0";
6275
+ var version = "0.1.1-beta.0";
6276
6276
  var pkg = {
6277
6277
  version: version};
6278
6278
 
@@ -6674,7 +6674,13 @@ Don't use: Creating new workspace, launching single app, vague intent
6674
6674
  this.logger.info(`Tools Registry started with a total of ${this.ioIntelToolsCount} registered IoIntel tools.`);
6675
6675
  }
6676
6676
  getApplicableIoIntelTools(clientCapabilities) {
6677
- const applicableTools = [];
6677
+ const applicableTools = this.allIoIntelTools.filter((tool) => {
6678
+ return tool.name !== this.searchApplicationsTool?.name &&
6679
+ tool.name !== this.searchWorkspacesTool?.name &&
6680
+ tool.name !== this.startApplicationsTool?.name &&
6681
+ tool.name !== this.startWorkspaceTool?.name &&
6682
+ tool.name !== this.getWorkingContextTool?.name;
6683
+ });
6678
6684
  const shouldAddSearching = Boolean(typeof clientCapabilities?.sampling === "object" && clientCapabilities?.sampling !== null);
6679
6685
  if (shouldAddSearching && this.searchApplicationsTool) {
6680
6686
  applicableTools.push(this.searchApplicationsTool);
@@ -7547,7 +7553,7 @@ Don't use: Creating new workspace, launching single app, vague intent
7547
7553
  }
7548
7554
  const licenseValidation = this.licenseService.verifyLicense(licenseKey);
7549
7555
  if (!licenseValidation.valid) {
7550
- throw new Error("io.Connect Browser cannot initialize, because there was no license token provided or it was invalid.");
7556
+ throw new Error("io.Intelligence MCP cannot initialize, because there was no license token provided or it was invalid.");
7551
7557
  }
7552
7558
  const licensePayload = this.licenseService.getLicensePayload(licenseKey);
7553
7559
  const expirationCheck = this.licenseService.checkExpired(licensePayload.expiration);
@@ -9262,10 +9268,10 @@ Don't use: Creating new workspace, launching single app, vague intent
9262
9268
  function requireUri_all () {
9263
9269
  if (hasRequiredUri_all) return uri_all$1.exports;
9264
9270
  hasRequiredUri_all = 1;
9265
- (function (module, exports) {
9271
+ (function (module, exports$1) {
9266
9272
  (function (global, factory) {
9267
- factory(exports) ;
9268
- }(uri_all, (function (exports) {
9273
+ factory(exports$1) ;
9274
+ }(uri_all, (function (exports$1) {
9269
9275
  function merge() {
9270
9276
  for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) {
9271
9277
  sets[_key] = arguments[_key];
@@ -10647,20 +10653,20 @@ Don't use: Creating new workspace, launching single app, vague intent
10647
10653
  SCHEMES[handler$5.scheme] = handler$5;
10648
10654
  SCHEMES[handler$6.scheme] = handler$6;
10649
10655
 
10650
- exports.SCHEMES = SCHEMES;
10651
- exports.pctEncChar = pctEncChar;
10652
- exports.pctDecChars = pctDecChars;
10653
- exports.parse = parse;
10654
- exports.removeDotSegments = removeDotSegments;
10655
- exports.serialize = serialize;
10656
- exports.resolveComponents = resolveComponents;
10657
- exports.resolve = resolve;
10658
- exports.normalize = normalize;
10659
- exports.equal = equal;
10660
- exports.escapeComponent = escapeComponent;
10661
- exports.unescapeComponent = unescapeComponent;
10662
-
10663
- Object.defineProperty(exports, '__esModule', { value: true });
10656
+ exports$1.SCHEMES = SCHEMES;
10657
+ exports$1.pctEncChar = pctEncChar;
10658
+ exports$1.pctDecChars = pctDecChars;
10659
+ exports$1.parse = parse;
10660
+ exports$1.removeDotSegments = removeDotSegments;
10661
+ exports$1.serialize = serialize;
10662
+ exports$1.resolveComponents = resolveComponents;
10663
+ exports$1.resolve = resolve;
10664
+ exports$1.normalize = normalize;
10665
+ exports$1.equal = equal;
10666
+ exports$1.escapeComponent = escapeComponent;
10667
+ exports$1.unescapeComponent = unescapeComponent;
10668
+
10669
+ Object.defineProperty(exports$1, '__esModule', { value: true });
10664
10670
 
10665
10671
  })));
10666
10672