Skip to content

Commit 612513e

Browse files
authored
Apply suggestion from @OrKoN
1 parent 1fa7dab commit 612513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const listNetworkRequests = defineTool({
8484

8585
export const getNetworkRequest = defineTool({
8686
name: 'get_network_request',
87-
description: `Gets a network request by an optional reqid, if omitted returns the request selected in DevTools UI.`,
87+
description: `Gets a network request by an optional reqid, if omitted returns the currently selected request in the DevTools Network panel.`,
8888
annotations: {
8989
category: ToolCategory.NETWORK,
9090
readOnlyHint: true,

0 commit comments

Comments
 (0)