@muggleai/mcp 1.0.23 → 1.0.24
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.
|
@@ -119,8 +119,7 @@ function getDataDir() {
|
|
|
119
119
|
}
|
|
120
120
|
function getDownloadedElectronAppPath() {
|
|
121
121
|
const platform4 = os.platform();
|
|
122
|
-
const
|
|
123
|
-
const version = config.electronAppVersion;
|
|
122
|
+
const version = getElectronAppVersion();
|
|
124
123
|
const baseDir = path.join(getDataDir(), ELECTRON_APP_DIR, version);
|
|
125
124
|
let binaryPath;
|
|
126
125
|
switch (platform4) {
|
|
@@ -5676,5 +5675,5 @@ function isLocalOnlyTool(toolName) {
|
|
|
5676
5675
|
}
|
|
5677
5676
|
|
|
5678
5677
|
export { __export, __require, createApiKeyWithToken, createChildLogger, createUnifiedMcpServer, deleteCredentials, getApiKey, getAuthService, getBundledElectronAppVersion, getCallerCredentials, getCallerCredentialsAsync, getConfig, getCredentialsFilePath, getDataDir, getDownloadBaseUrl, getElectronAppChecksums, getElectronAppDir, getElectronAppVersion, getElectronAppVersionSource, getLocalQaTools, getLogger, getQaTools, getValidCredentials, hasApiKey, isCredentialsExpired, isElectronAppInstalled, loadCredentials, local_qa_exports, openBrowserUrl, performLogin, performLogout, pollDeviceCode, qa_exports, registerTools, resetConfig, resetLogger, saveApiKey, saveCredentials, server_exports, startDeviceCodeFlow, startStdioServer, toolRequiresAuth };
|
|
5679
|
-
//# sourceMappingURL=chunk-
|
|
5680
|
-
//# sourceMappingURL=chunk-
|
|
5678
|
+
//# sourceMappingURL=chunk-RL3OCHF2.js.map
|
|
5679
|
+
//# sourceMappingURL=chunk-RL3OCHF2.js.map
|