am currently using the Python SDK with Playwright MCP settings enabled. I have noticed that the default 30-second timeout is often too short for my use case, as the Playwright operations result in a timeout before they can complete.
Is there a way to increase this timeout limit? It would be very helpful if the timeout parameter could be exposed or made configurable to accommodate longer-running tasks.
Thanks for your help!