File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import addAccessibilityTools from "./tools/accessibility.js";
13
13
import addTestManagementTools from "./tools/testmanagement.js" ;
14
14
import addAppAutomationTools from "./tools/appautomate.js" ;
15
15
import addFailureLogsTools from "./tools/getFailureLogs.js" ;
16
- import addAppAutomateTools from "./tools/automate.js" ;
16
+ import addAutomateTools from "./tools/automate.js" ;
17
17
import { trackMCP } from "./lib/instrumentation.js" ;
18
18
19
19
function registerTools ( server : McpServer ) {
@@ -25,7 +25,7 @@ function registerTools(server: McpServer) {
25
25
addTestManagementTools ( server ) ;
26
26
addAppAutomationTools ( server ) ;
27
27
addFailureLogsTools ( server ) ;
28
- addAppAutomateTools ( server ) ;
28
+ addAutomateTools ( server ) ;
29
29
}
30
30
31
31
// Create an MCP server
You can’t perform that action at this time.
0 commit comments