File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import "dotenv/config";
7
7
import logger from "./logger.js" ;
8
8
import addSDKTools from "./tools/bstack-sdk.js" ;
9
9
import addAppLiveTools from "./tools/applive.js" ;
10
- import addObservabilityTools from "./tools/observability.js" ;
11
10
import addBrowserLiveTools from "./tools/live.js" ;
12
11
import addAccessibilityTools from "./tools/accessibility.js" ;
13
12
import addTestManagementTools from "./tools/testmanagement.js" ;
@@ -20,7 +19,6 @@ function registerTools(server: McpServer) {
20
19
addSDKTools ( server ) ;
21
20
addAppLiveTools ( server ) ;
22
21
addBrowserLiveTools ( server ) ;
23
- addObservabilityTools ( server ) ;
24
22
addAccessibilityTools ( server ) ;
25
23
addTestManagementTools ( server ) ;
26
24
addAppAutomationTools ( server ) ;
You can’t perform that action at this time.
0 commit comments