@muggleai/mcp 1.0.23 → 1.0.25
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) {
|
|
@@ -5352,7 +5351,7 @@ var testScriptGetTool = {
|
|
|
5352
5351
|
};
|
|
5353
5352
|
var executeTestGenerationTool = {
|
|
5354
5353
|
name: "muggle-local-execute-test-generation",
|
|
5355
|
-
description: "Execute test script generation for a test case. First call qa_test_case_get to get test case details, then pass them here along with the localhost URL. Requires explicit approval before launching electron-app in explore mode.",
|
|
5354
|
+
description: "Execute test script generation for a test case. First call qa_test_case_get to get test case details, then pass them here along with the localhost URL. Requires explicit approval before launching electron-app in explore mode. Inform user this will run in the background with no GUI.",
|
|
5356
5355
|
inputSchema: ExecuteTestGenerationInputSchema,
|
|
5357
5356
|
execute: async (ctx) => {
|
|
5358
5357
|
const logger6 = createChildLogger2(ctx.correlationId);
|
|
@@ -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-ULU37TAX.js.map
|
|
5679
|
+
//# sourceMappingURL=chunk-ULU37TAX.js.map
|