+ Incompatible Playwright MCP version: {pwMcpVersion} (extension version: {extensionVersion}).
+ Please install the latest version of the extension.{' '}
+ See
installation instructions.
+
+ );
+};
+
+const StatusBanner: React.FC<{ status: Status }> = ({ status }) => {
+ return (
+