top | item 43823137

(no title)

GreenGames | 10 months ago

This is very cool! Does your MCP server preserve cookies/localStorage between steps, or would developers need to manually script auth handshakes?

discuss

order

neversettles|10 months ago

Between 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|10 months ago

Oh okay thanks - that would be fire tbh