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 1fa7dab commit 612513eCopy full SHA for 612513e
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