@muggleai/mcp 1.0.24 → 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.
|
@@ -5351,7 +5351,7 @@ var testScriptGetTool = {
|
|
|
5351
5351
|
};
|
|
5352
5352
|
var executeTestGenerationTool = {
|
|
5353
5353
|
name: "muggle-local-execute-test-generation",
|
|
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.",
|
|
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.",
|
|
5355
5355
|
inputSchema: ExecuteTestGenerationInputSchema,
|
|
5356
5356
|
execute: async (ctx) => {
|
|
5357
5357
|
const logger6 = createChildLogger2(ctx.correlationId);
|
|
@@ -5675,5 +5675,5 @@ function isLocalOnlyTool(toolName) {
|
|
|
5675
5675
|
}
|
|
5676
5676
|
|
|
5677
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 };
|
|
5678
|
-
//# sourceMappingURL=chunk-
|
|
5679
|
-
//# sourceMappingURL=chunk-
|
|
5678
|
+
//# sourceMappingURL=chunk-ULU37TAX.js.map
|
|
5679
|
+
//# sourceMappingURL=chunk-ULU37TAX.js.map
|