You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to start the server with command below:
npx @executeautomation/playwright-mcp-server --verbose or command npx @executeautomation/playwright-mcp-server
i don't see confirmed message server started at localhost at port XXXX but i see blank row in my cmd console, how to resolve this issue?
In my screenshot you can see the blank row after execute a start server command:
Additional Note: if i launch this command: npx --node-options="--inspect" @executeautomation/playwright-mcp-server
i see: Debugger listening on ws://127.0.0.1:9229/fc762f8d-db43-4a5e-8df4-8bc89a72b8eb but server still not work
i have this version of node: v20.19.0 and this version of npx: 10.8.2
Thanks in advance,
Silverio
The text was updated successfully, but these errors were encountered:
Hi all,
when i try to start the server with command below:
npx @executeautomation/playwright-mcp-server --verbose or command npx @executeautomation/playwright-mcp-server
i don't see confirmed message server started at localhost at port XXXX but i see blank row in my cmd console, how to resolve this issue?
In my screenshot you can see the blank row after execute a start server command:
Additional Note: if i launch this command: npx --node-options="--inspect" @executeautomation/playwright-mcp-server
i see: Debugger listening on ws://127.0.0.1:9229/fc762f8d-db43-4a5e-8df4-8bc89a72b8eb but server still not work
i have this version of node: v20.19.0 and this version of npx: 10.8.2
Thanks in advance,
Silverio
The text was updated successfully, but these errors were encountered: