-
Couldn't load subscription status.
- Fork 774
feat: expose previous navigations to the MCP #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Lightning00Blade
merged 12 commits into
main
from
expose-the-previous-navigation-to-the-MCP
Oct 21, 2025
+229
−14
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d5cd95b
feat: expose previous navigations to the MCP server
Lightning00Blade b6b6132
fix
Lightning00Blade 6624dd3
f
Lightning00Blade 8cc64b9
fix
Lightning00Blade b2a08a0
fix docs
Lightning00Blade e714ad9
use boolean
Lightning00Blade f1995aa
docs
Lightning00Blade 0273d30
move to network
Lightning00Blade b33ff91
stable tests
Lightning00Blade fa06d2e
stabilize snapshot
Lightning00Blade 53a85e2
fix
Lightning00Blade fa0baa6
rebase
Lightning00Blade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| exports[`network > network_get_request > should get request from previous navigations 1`] = ` | ||
| # get_request response | ||
| ## Request http://localhost:<port>/one | ||
| Status: [success - 200] | ||
| ### Request Headers | ||
| - accept-language:en-US,en;q=0.9 | ||
| - upgrade-insecure-requests:1 | ||
| - user-agent:<user-agent> | ||
| - sec-ch-ua:"Chromium";v="<version>", "Not?A_Brand";v="8" | ||
| - sec-ch-ua-mobile:?0 | ||
| - sec-ch-ua-platform:"<os>" | ||
| ### Response Headers | ||
| - connection:keep-alive | ||
| - content-length:239 | ||
| - content-type:text/html; charset=utf-8 | ||
| - date:<long date> | ||
| - keep-alive:timeout=5 | ||
| ### Response Body | ||
| <not available anymore> | ||
| `; | ||
|
|
||
| exports[`network > network_list_requests > list requests form current navigations only 1`] = ` | ||
| # list_request response | ||
| ## Network requests | ||
| Showing 1-1 of 1 (Page 1 of 1). | ||
| reqid=3 GET http://localhost:<port>/three [success - 200] | ||
| `; | ||
|
|
||
| exports[`network > network_list_requests > list requests from previous navigations 1`] = ` | ||
| # list_request response | ||
| ## Network requests | ||
| Showing 1-3 of 3 (Page 1 of 1). | ||
| reqid=1 GET http://localhost:<port>/one [success - 200] | ||
| reqid=2 GET http://localhost:<port>/two [success - 200] | ||
| reqid=3 GET http://localhost:<port>/three [success - 200] | ||
| `; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.