hello team, when using the cloudflare's playwright mcp from another worker i run into this: Error:

hello team, when using the cloudflare's playwright mcp from another worker i run into this:

Error: page.goto: Cannot perform I/O on behalf of a different Durable Object. I/O objects (such as streams, request/response bodies, and others) created in the context of one Durable Object cannot be accessed from a different Durable Object in the same isolate. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: Native)

note the original request to the mcp isn't made from a DO, so i'm not sure where this is coming from and what i can do to mitigate.
Was this page helpful?