You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose previous navigations to the MCP (#419)
We should consider changing the order of element shown in the from the
collectors to be show newest first rather then the current oldest first
approach.
Closes#88
Copy file name to clipboardExpand all lines: docs/tool-reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,7 @@
269
269
270
270
**Parameters:**
271
271
272
+
-**includePreviousNavigations** (boolean) _(optional)_: Whether to include requests from previous navigations.
272
273
-**pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
273
274
-**pageSize** (integer) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
274
275
-**resourceTypes** (array) _(optional)_: Filter requests to only return requests of the specified resource types. When omitted or empty, returns all requests.
0 commit comments