@interopio/mcp-web 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.
- package/dist/mcp-web.es.js +44 -38
- package/dist/mcp-web.es.js.map +1 -1
- package/dist/mcp-web.umd.js +44 -38
- package/dist/mcp-web.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/mcp-web.es.js
CHANGED
|
@@ -13305,7 +13305,7 @@ McpServerService = __decorate([
|
|
|
13305
13305
|
__metadata("design:paramtypes", [Function, IoConnectService$1])
|
|
13306
13306
|
], McpServerService);
|
|
13307
13307
|
|
|
13308
|
-
var version$1 = "0.1.
|
|
13308
|
+
var version$1 = "0.1.1-beta.0";
|
|
13309
13309
|
var pkg$1 = {
|
|
13310
13310
|
version: version$1};
|
|
13311
13311
|
|
|
@@ -13707,7 +13707,13 @@ let ToolsRegistry = class ToolsRegistry {
|
|
|
13707
13707
|
this.logger.info(`Tools Registry started with a total of ${this.ioIntelToolsCount} registered IoIntel tools.`);
|
|
13708
13708
|
}
|
|
13709
13709
|
getApplicableIoIntelTools(clientCapabilities) {
|
|
13710
|
-
const applicableTools =
|
|
13710
|
+
const applicableTools = this.allIoIntelTools.filter((tool) => {
|
|
13711
|
+
return tool.name !== this.searchApplicationsTool?.name &&
|
|
13712
|
+
tool.name !== this.searchWorkspacesTool?.name &&
|
|
13713
|
+
tool.name !== this.startApplicationsTool?.name &&
|
|
13714
|
+
tool.name !== this.startWorkspaceTool?.name &&
|
|
13715
|
+
tool.name !== this.getWorkingContextTool?.name;
|
|
13716
|
+
});
|
|
13711
13717
|
const shouldAddSearching = Boolean(typeof clientCapabilities?.sampling === "object" && clientCapabilities?.sampling !== null);
|
|
13712
13718
|
if (shouldAddSearching && this.searchApplicationsTool) {
|
|
13713
13719
|
applicableTools.push(this.searchApplicationsTool);
|
|
@@ -14580,7 +14586,7 @@ let MainController = class MainController {
|
|
|
14580
14586
|
}
|
|
14581
14587
|
const licenseValidation = this.licenseService.verifyLicense(licenseKey);
|
|
14582
14588
|
if (!licenseValidation.valid) {
|
|
14583
|
-
throw new Error("io.
|
|
14589
|
+
throw new Error("io.Intelligence MCP cannot initialize, because there was no license token provided or it was invalid.");
|
|
14584
14590
|
}
|
|
14585
14591
|
const licensePayload = this.licenseService.getLicensePayload(licenseKey);
|
|
14586
14592
|
const expirationCheck = this.licenseService.checkExpired(licensePayload.expiration);
|
|
@@ -16295,10 +16301,10 @@ var hasRequiredUri_all$1;
|
|
|
16295
16301
|
function requireUri_all$1 () {
|
|
16296
16302
|
if (hasRequiredUri_all$1) return uri_all$1$1.exports;
|
|
16297
16303
|
hasRequiredUri_all$1 = 1;
|
|
16298
|
-
(function (module, exports) {
|
|
16304
|
+
(function (module, exports$1) {
|
|
16299
16305
|
(function (global, factory) {
|
|
16300
|
-
factory(exports) ;
|
|
16301
|
-
}(uri_all$2, (function (exports) {
|
|
16306
|
+
factory(exports$1) ;
|
|
16307
|
+
}(uri_all$2, (function (exports$1) {
|
|
16302
16308
|
function merge() {
|
|
16303
16309
|
for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) {
|
|
16304
16310
|
sets[_key] = arguments[_key];
|
|
@@ -17680,20 +17686,20 @@ function requireUri_all$1 () {
|
|
|
17680
17686
|
SCHEMES[handler$5.scheme] = handler$5;
|
|
17681
17687
|
SCHEMES[handler$6.scheme] = handler$6;
|
|
17682
17688
|
|
|
17683
|
-
exports.SCHEMES = SCHEMES;
|
|
17684
|
-
exports.pctEncChar = pctEncChar;
|
|
17685
|
-
exports.pctDecChars = pctDecChars;
|
|
17686
|
-
exports.parse = parse;
|
|
17687
|
-
exports.removeDotSegments = removeDotSegments;
|
|
17688
|
-
exports.serialize = serialize;
|
|
17689
|
-
exports.resolveComponents = resolveComponents;
|
|
17690
|
-
exports.resolve = resolve;
|
|
17691
|
-
exports.normalize = normalize;
|
|
17692
|
-
exports.equal = equal;
|
|
17693
|
-
exports.escapeComponent = escapeComponent;
|
|
17694
|
-
exports.unescapeComponent = unescapeComponent;
|
|
17695
|
-
|
|
17696
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
17689
|
+
exports$1.SCHEMES = SCHEMES;
|
|
17690
|
+
exports$1.pctEncChar = pctEncChar;
|
|
17691
|
+
exports$1.pctDecChars = pctDecChars;
|
|
17692
|
+
exports$1.parse = parse;
|
|
17693
|
+
exports$1.removeDotSegments = removeDotSegments;
|
|
17694
|
+
exports$1.serialize = serialize;
|
|
17695
|
+
exports$1.resolveComponents = resolveComponents;
|
|
17696
|
+
exports$1.resolve = resolve;
|
|
17697
|
+
exports$1.normalize = normalize;
|
|
17698
|
+
exports$1.equal = equal;
|
|
17699
|
+
exports$1.escapeComponent = escapeComponent;
|
|
17700
|
+
exports$1.unescapeComponent = unescapeComponent;
|
|
17701
|
+
|
|
17702
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
17697
17703
|
|
|
17698
17704
|
})));
|
|
17699
17705
|
|
|
@@ -27196,7 +27202,7 @@ ClientWebTransport = __decorate$1([
|
|
|
27196
27202
|
], ClientWebTransport);
|
|
27197
27203
|
|
|
27198
27204
|
var name = "@interopio/mcp-web";
|
|
27199
|
-
var version = "0.1.
|
|
27205
|
+
var version = "0.1.1-beta.0";
|
|
27200
27206
|
var pkg = {
|
|
27201
27207
|
name: name,
|
|
27202
27208
|
version: version};
|
|
@@ -27679,10 +27685,10 @@ var hasRequiredUri_all;
|
|
|
27679
27685
|
function requireUri_all () {
|
|
27680
27686
|
if (hasRequiredUri_all) return uri_all$1.exports;
|
|
27681
27687
|
hasRequiredUri_all = 1;
|
|
27682
|
-
(function (module, exports) {
|
|
27688
|
+
(function (module, exports$1) {
|
|
27683
27689
|
(function (global, factory) {
|
|
27684
|
-
factory(exports) ;
|
|
27685
|
-
}(uri_all, (function (exports) {
|
|
27690
|
+
factory(exports$1) ;
|
|
27691
|
+
}(uri_all, (function (exports$1) {
|
|
27686
27692
|
function merge() {
|
|
27687
27693
|
for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) {
|
|
27688
27694
|
sets[_key] = arguments[_key];
|
|
@@ -29064,20 +29070,20 @@ function requireUri_all () {
|
|
|
29064
29070
|
SCHEMES[handler$5.scheme] = handler$5;
|
|
29065
29071
|
SCHEMES[handler$6.scheme] = handler$6;
|
|
29066
29072
|
|
|
29067
|
-
exports.SCHEMES = SCHEMES;
|
|
29068
|
-
exports.pctEncChar = pctEncChar;
|
|
29069
|
-
exports.pctDecChars = pctDecChars;
|
|
29070
|
-
exports.parse = parse;
|
|
29071
|
-
exports.removeDotSegments = removeDotSegments;
|
|
29072
|
-
exports.serialize = serialize;
|
|
29073
|
-
exports.resolveComponents = resolveComponents;
|
|
29074
|
-
exports.resolve = resolve;
|
|
29075
|
-
exports.normalize = normalize;
|
|
29076
|
-
exports.equal = equal;
|
|
29077
|
-
exports.escapeComponent = escapeComponent;
|
|
29078
|
-
exports.unescapeComponent = unescapeComponent;
|
|
29079
|
-
|
|
29080
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
29073
|
+
exports$1.SCHEMES = SCHEMES;
|
|
29074
|
+
exports$1.pctEncChar = pctEncChar;
|
|
29075
|
+
exports$1.pctDecChars = pctDecChars;
|
|
29076
|
+
exports$1.parse = parse;
|
|
29077
|
+
exports$1.removeDotSegments = removeDotSegments;
|
|
29078
|
+
exports$1.serialize = serialize;
|
|
29079
|
+
exports$1.resolveComponents = resolveComponents;
|
|
29080
|
+
exports$1.resolve = resolve;
|
|
29081
|
+
exports$1.normalize = normalize;
|
|
29082
|
+
exports$1.equal = equal;
|
|
29083
|
+
exports$1.escapeComponent = escapeComponent;
|
|
29084
|
+
exports$1.unescapeComponent = unescapeComponent;
|
|
29085
|
+
|
|
29086
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
29081
29087
|
|
|
29082
29088
|
})));
|
|
29083
29089
|
|