We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec4496 commit 3d63a5eCopy full SHA for 3d63a5e
1 file changed
src/tools/network.ts
@@ -62,7 +62,7 @@ export const listNetworkRequests = defineTool({
62
.describe(
63
'Filter requests to only return requests of the specified resource types. When omitted or empty, returns all requests.',
64
),
65
- includePreviousNavigations: z
+ includePreviousNavigations: zod
66
.number()
67
.int()
68
.positive()
0 commit comments