fix(vscode): pass workspace directory in MCP requests so browser tools register in the correct project state
MCP HTTP methods (addMcpServer, disconnectMcpServer, getMcpStatus, connectMcpServer) were not sending the x-opencode-directory header. The server fell back to process.cwd(), creating the Playwright MCP client in a different Instance.state() bucket than the one used when the agent processes messages. The browser tools appeared registered but were invisible to the agent. Fixes #292
I
Igor Šćekić committed
7b5df6e2921fd468e997277b809d173f6e369a20
Parent: c156cb4