@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.js CHANGED
@@ -1790,6 +1790,12 @@ var WebDashboardApi = /*#__PURE__*/function () {
1790
1790
  onError === null || onError === void 0 ? void 0 : onError("mcp:get-catalog:error", new Error("MCP not available in web mode"));
1791
1791
  return false;
1792
1792
  }
1793
+ }, {
1794
+ key: "mcpRunAuth",
1795
+ value: function mcpRunAuth(mcpConfig, credentials, authCommand, onSuccess, onError) {
1796
+ onError === null || onError === void 0 ? void 0 : onError("mcp:run-auth:error", new Error("MCP not available in web mode"));
1797
+ return false;
1798
+ }
1793
1799
  }]);
1794
1800
  }();
1795
1801