Skip to content

Commit dc958ab

Browse files
committed
duplicate tool name
1 parent 7216def commit dc958ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import extractTool from "./extract.js";
44
import observeTool from "./observe.js";
55
import screenshotTool from "./screenshot.js";
66
import sessionTools from "./session.js";
7-
import getUrlTool, { getAllUrlsTool } from "./url.js";
7+
import getUrlTool from "./url.js";
88
import {
99
createSessionTool,
1010
listSessionsTool,
@@ -49,7 +49,6 @@ export const TOOLS = [
4949
observeTool,
5050
screenshotTool,
5151
getUrlTool,
52-
getAllUrlsTool,
5352
];
5453

5554
export const sessionManagementTools = sessionTools;

0 commit comments

Comments
 (0)