-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Hello!
I'm testing out the Playwright MCP (0.0.27) containerized on ECS. I have another back-end server on ECS that connects to the MCP over SSE, and I also have an MCP inspector running locally. The back-end server can talk to the MCP no problem, but I noticed that when I use the MCP inspector (ex. running browser_navigate), subsequent requests made by the back-end server to the MCP result to browserType.launch timeouts (which happens when browser_navigate is called):
When I disconnect the MCP inspector, the back-end server can talk to the the MCP without problems again.
Is this expected behavior for this scenario? Or am I just missing some setup to support the back-end and MCP inspector connecting to the MCP over SSE at the same time?
If there's any other information I need to provide, please let me know. Thank you.
