We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7483e commit b32f00dCopy full SHA for b32f00d
src/tools/network.ts
@@ -84,7 +84,7 @@ export const listNetworkRequests = defineTool({
84
85
export const getNetworkRequest = defineTool({
86
name: 'get_network_request',
87
- description: `Gets a network request by an optional reqid, if omitted returns the request selected in DevTools UI.`,
+ description: `Gets a network request by an optional reqid, if omitted returns the currently selected request in the DevTools Network panel.`,
88
annotations: {
89
category: ToolCategory.NETWORK,
90
readOnlyHint: true,
0 commit comments