Playwright MCP surface down: reconnect fails with Bad Request on notifications/initialized #1051

Open
opened 2026-08-19 04:32:02 +00:00 by coilyco-ops-gaming · 0 comments

The playwright/browser MCP surface is down at the transport layer. A browser_navigate call to https://example.com failed with:

mcp-beaver: upstream MCP session is closed (reconnect also failed: reconnect upstream MCP "http://127.0.0.1:8931/mcp": sending "notifications/initialized": Bad Request)

The failure happens on reconnect before any tool call, so no navigation occurred and nothing was read. A retry is expected to fail identically, since the failed reconnect is part of the reported error.

The signature matches the moxn transport failures (#1026, #1038) - Bad Request on notifications/initialized - but on a different surface: the playwright wrapper's upstream at 127.0.0.1:8931. Whether that is a shared root cause (credential or wrapper session state) is not confirmed from this lane.

Blocker: the browser surface is unusable, so questions needing a live page cannot be answered until the wrapper's upstream session is restored. Operator: whoever runs the playwright MCP wrapper.

The playwright/browser MCP surface is down at the transport layer. A browser_navigate call to https://example.com failed with: `mcp-beaver: upstream MCP session is closed (reconnect also failed: reconnect upstream MCP "http://127.0.0.1:8931/mcp": sending "notifications/initialized": Bad Request)` The failure happens on reconnect before any tool call, so no navigation occurred and nothing was read. A retry is expected to fail identically, since the failed reconnect is part of the reported error. The signature matches the moxn transport failures (#1026, #1038) - Bad Request on notifications/initialized - but on a different surface: the playwright wrapper's upstream at 127.0.0.1:8931. Whether that is a shared root cause (credential or wrapper session state) is not confirmed from this lane. Blocker: the browser surface is unusable, so questions needing a live page cannot be answered until the wrapper's upstream session is restored. Operator: whoever runs the playwright MCP wrapper.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/sirens-echo#1051
No description provided.