@interopio/mcp-web 0.1.0-beta.0 → 1.0.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 +49 -49
package/dist/mcp-web.umd.js
CHANGED
|
@@ -13311,7 +13311,7 @@ kBrLHE3dcyD6g+lMOq9chHECAwEAAQ==
|
|
|
13311
13311
|
__metadata("design:paramtypes", [Function, IoConnectService$1])
|
|
13312
13312
|
], McpServerService);
|
|
13313
13313
|
|
|
13314
|
-
var version$1 = "
|
|
13314
|
+
var version$1 = "1.0.0";
|
|
13315
13315
|
var pkg$1 = {
|
|
13316
13316
|
version: version$1};
|
|
13317
13317
|
|
|
@@ -13713,7 +13713,13 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
13713
13713
|
this.logger.info(`Tools Registry started with a total of ${this.ioIntelToolsCount} registered IoIntel tools.`);
|
|
13714
13714
|
}
|
|
13715
13715
|
getApplicableIoIntelTools(clientCapabilities) {
|
|
13716
|
-
const applicableTools =
|
|
13716
|
+
const applicableTools = this.allIoIntelTools.filter((tool) => {
|
|
13717
|
+
return tool.name !== this.searchApplicationsTool?.name &&
|
|
13718
|
+
tool.name !== this.searchWorkspacesTool?.name &&
|
|
13719
|
+
tool.name !== this.startApplicationsTool?.name &&
|
|
13720
|
+
tool.name !== this.startWorkspaceTool?.name &&
|
|
13721
|
+
tool.name !== this.getWorkingContextTool?.name;
|
|
13722
|
+
});
|
|
13717
13723
|
const shouldAddSearching = Boolean(typeof clientCapabilities?.sampling === "object" && clientCapabilities?.sampling !== null);
|
|
13718
13724
|
if (shouldAddSearching && this.searchApplicationsTool) {
|
|
13719
13725
|
applicableTools.push(this.searchApplicationsTool);
|
|
@@ -14586,7 +14592,7 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
14586
14592
|
}
|
|
14587
14593
|
const licenseValidation = this.licenseService.verifyLicense(licenseKey);
|
|
14588
14594
|
if (!licenseValidation.valid) {
|
|
14589
|
-
throw new Error("io.
|
|
14595
|
+
throw new Error("io.Intelligence MCP cannot initialize, because there was no license token provided or it was invalid.");
|
|
14590
14596
|
}
|
|
14591
14597
|
const licensePayload = this.licenseService.getLicensePayload(licenseKey);
|
|
14592
14598
|
const expirationCheck = this.licenseService.checkExpired(licensePayload.expiration);
|
|
@@ -16301,10 +16307,10 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
16301
16307
|
function requireUri_all$1 () {
|
|
16302
16308
|
if (hasRequiredUri_all$1) return uri_all$1$1.exports;
|
|
16303
16309
|
hasRequiredUri_all$1 = 1;
|
|
16304
|
-
(function (module, exports) {
|
|
16310
|
+
(function (module, exports$1) {
|
|
16305
16311
|
(function (global, factory) {
|
|
16306
|
-
factory(exports) ;
|
|
16307
|
-
}(uri_all$2, (function (exports) {
|
|
16312
|
+
factory(exports$1) ;
|
|
16313
|
+
}(uri_all$2, (function (exports$1) {
|
|
16308
16314
|
function merge() {
|
|
16309
16315
|
for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) {
|
|
16310
16316
|
sets[_key] = arguments[_key];
|
|
@@ -17686,20 +17692,20 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
17686
17692
|
SCHEMES[handler$5.scheme] = handler$5;
|
|
17687
17693
|
SCHEMES[handler$6.scheme] = handler$6;
|
|
17688
17694
|
|
|
17689
|
-
exports.SCHEMES = SCHEMES;
|
|
17690
|
-
exports.pctEncChar = pctEncChar;
|
|
17691
|
-
exports.pctDecChars = pctDecChars;
|
|
17692
|
-
exports.parse = parse;
|
|
17693
|
-
exports.removeDotSegments = removeDotSegments;
|
|
17694
|
-
exports.serialize = serialize;
|
|
17695
|
-
exports.resolveComponents = resolveComponents;
|
|
17696
|
-
exports.resolve = resolve;
|
|
17697
|
-
exports.normalize = normalize;
|
|
17698
|
-
exports.equal = equal;
|
|
17699
|
-
exports.escapeComponent = escapeComponent;
|
|
17700
|
-
exports.unescapeComponent = unescapeComponent;
|
|
17701
|
-
|
|
17702
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
17695
|
+
exports$1.SCHEMES = SCHEMES;
|
|
17696
|
+
exports$1.pctEncChar = pctEncChar;
|
|
17697
|
+
exports$1.pctDecChars = pctDecChars;
|
|
17698
|
+
exports$1.parse = parse;
|
|
17699
|
+
exports$1.removeDotSegments = removeDotSegments;
|
|
17700
|
+
exports$1.serialize = serialize;
|
|
17701
|
+
exports$1.resolveComponents = resolveComponents;
|
|
17702
|
+
exports$1.resolve = resolve;
|
|
17703
|
+
exports$1.normalize = normalize;
|
|
17704
|
+
exports$1.equal = equal;
|
|
17705
|
+
exports$1.escapeComponent = escapeComponent;
|
|
17706
|
+
exports$1.unescapeComponent = unescapeComponent;
|
|
17707
|
+
|
|
17708
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
17703
17709
|
|
|
17704
17710
|
})));
|
|
17705
17711
|
|
|
@@ -27202,7 +27208,7 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
27202
27208
|
], ClientWebTransport);
|
|
27203
27209
|
|
|
27204
27210
|
var name = "@interopio/mcp-web";
|
|
27205
|
-
var version = "
|
|
27211
|
+
var version = "1.0.0";
|
|
27206
27212
|
var pkg = {
|
|
27207
27213
|
name: name,
|
|
27208
27214
|
version: version};
|
|
@@ -27685,10 +27691,10 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
27685
27691
|
function requireUri_all () {
|
|
27686
27692
|
if (hasRequiredUri_all) return uri_all$1.exports;
|
|
27687
27693
|
hasRequiredUri_all = 1;
|
|
27688
|
-
(function (module, exports) {
|
|
27694
|
+
(function (module, exports$1) {
|
|
27689
27695
|
(function (global, factory) {
|
|
27690
|
-
factory(exports) ;
|
|
27691
|
-
}(uri_all, (function (exports) {
|
|
27696
|
+
factory(exports$1) ;
|
|
27697
|
+
}(uri_all, (function (exports$1) {
|
|
27692
27698
|
function merge() {
|
|
27693
27699
|
for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) {
|
|
27694
27700
|
sets[_key] = arguments[_key];
|
|
@@ -29070,20 +29076,20 @@ Don't use: Creating new workspace, launching single app, vague intent
|
|
|
29070
29076
|
SCHEMES[handler$5.scheme] = handler$5;
|
|
29071
29077
|
SCHEMES[handler$6.scheme] = handler$6;
|
|
29072
29078
|
|
|
29073
|
-
exports.SCHEMES = SCHEMES;
|
|
29074
|
-
exports.pctEncChar = pctEncChar;
|
|
29075
|
-
exports.pctDecChars = pctDecChars;
|
|
29076
|
-
exports.parse = parse;
|
|
29077
|
-
exports.removeDotSegments = removeDotSegments;
|
|
29078
|
-
exports.serialize = serialize;
|
|
29079
|
-
exports.resolveComponents = resolveComponents;
|
|
29080
|
-
exports.resolve = resolve;
|
|
29081
|
-
exports.normalize = normalize;
|
|
29082
|
-
exports.equal = equal;
|
|
29083
|
-
exports.escapeComponent = escapeComponent;
|
|
29084
|
-
exports.unescapeComponent = unescapeComponent;
|
|
29085
|
-
|
|
29086
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
29079
|
+
exports$1.SCHEMES = SCHEMES;
|
|
29080
|
+
exports$1.pctEncChar = pctEncChar;
|
|
29081
|
+
exports$1.pctDecChars = pctDecChars;
|
|
29082
|
+
exports$1.parse = parse;
|
|
29083
|
+
exports$1.removeDotSegments = removeDotSegments;
|
|
29084
|
+
exports$1.serialize = serialize;
|
|
29085
|
+
exports$1.resolveComponents = resolveComponents;
|
|
29086
|
+
exports$1.resolve = resolve;
|
|
29087
|
+
exports$1.normalize = normalize;
|
|
29088
|
+
exports$1.equal = equal;
|
|
29089
|
+
exports$1.escapeComponent = escapeComponent;
|
|
29090
|
+
exports$1.unescapeComponent = unescapeComponent;
|
|
29091
|
+
|
|
29092
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
29087
29093
|
|
|
29088
29094
|
})));
|
|
29089
29095
|
|