11 ms·
This is very cool! Does your MCP server preserve cookies/localStorage between steps, or would developers need to manually script auth handshakes?
by GreenGames 1y ago
This is very cool! Does your MCP server preserve cookies/localStorage between steps, or would developers need to manually script auth handshakes?
- neversettles 1y agoBetween steps it would preserve cookies, but atm when the playwright browser launches, it starts with a fresh browser state, so you'd have to o-auth to log in each time. We're adding browser state persistence soon, hoping to enable it so once you sign in with google once, it can stay signed in on your local machine.
- GreenGames 1y agoOh okay thanks - that would be fire tbh