Skip to content

Commit dff4104

Browse files
authored
Update src/tools/pages.ts
1 parent 1c277a2 commit dff4104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const newPage = defineTool({
132132

133133
export const navigatePage = definePageTool({
134134
name: 'navigate_page',
135-
description: `Go to a URL, or back, forward, or reload. If no URL given, ask to run from current directory or for the URL.`,
135+
description: `Go to a URL, or back, forward, or reload. Use project URL if not specified otherwise.`,
136136
annotations: {
137137
category: ToolCategory.NAVIGATION,
138138
readOnlyHint: false,

0 commit comments

Comments
 (0)