@trops/dash-core 0.1.97 → 0.1.98
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/index.esm.js +6 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1771,6 +1771,12 @@ var WebDashboardApi = /*#__PURE__*/function () {
|
|
|
1771
1771
|
onError === null || onError === void 0 ? void 0 : onError("mcp:get-catalog:error", new Error("MCP not available in web mode"));
|
|
1772
1772
|
return false;
|
|
1773
1773
|
}
|
|
1774
|
+
}, {
|
|
1775
|
+
key: "mcpRunAuth",
|
|
1776
|
+
value: function mcpRunAuth(mcpConfig, credentials, authCommand, onSuccess, onError) {
|
|
1777
|
+
onError === null || onError === void 0 ? void 0 : onError("mcp:run-auth:error", new Error("MCP not available in web mode"));
|
|
1778
|
+
return false;
|
|
1779
|
+
}
|
|
1774
1780
|
}]);
|
|
1775
1781
|
}();
|
|
1776
1782
|
|