We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660ae1a commit 101f26fCopy full SHA for 101f26f
src/server-factory.ts
@@ -11,7 +11,7 @@ import addBrowserLiveTools from "./tools/live.js";
11
import addAccessibilityTools from "./tools/accessibility.js";
12
import addTestManagementTools from "./tools/testmanagement.js";
13
import addAppAutomationTools from "./tools/appautomate.js";
14
-import addFailureLogsTools from "./tools/getFailureLogs.js";
+import addFailureLogsTools from "./tools/get-failure-logs.js";
15
import addAutomateTools from "./tools/automate.js";
16
import addSelfHealTools from "./tools/selfheal.js";
17
import addAppLiveTools from "./tools/applive.js";
src/tools/getFailureLogs.ts renamed to src/tools/get-failure-logs.ts
0 commit comments