Skip to content

Commit e45479a

Browse files
committed
disable tools
1 parent 9c858ce commit e45479a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const checkNotifications = async (
3131
mcpServer: McpServer,
3232
): Promise<void> => {
3333
const testTargetId = getLastTestTargetId();
34-
if (testTargetId) {
34+
/*if (testTargetId) {
3535
const notifications = await getNotifications(APIKEY, testTargetId);
3636
notifications.forEach(async (notification) => {
3737
if (!sentNotificationsPerTestTarget[testTargetId].has(notification.id)) {
@@ -46,7 +46,7 @@ export const checkNotifications = async (
4646
}
4747
}
4848
});
49-
}
49+
}*/
5050
};
5151

5252
export const registerTools = (server: McpServer): void => {

0 commit comments

Comments
 (0)