xy3 在 在root用户下启动playwright的方式 中发帖
之前我一直很难启动playwright,有两个原因,一个是sandbox没有取消(好像他不支持root取消),另一个是可能多个ai软件启动了playwright导致冲突
下面是正确的配置文件
type = "stdio"
command = "npx"
args = [ "@playwright/mcp@latest", "--isolated", "--no-sandbox" ]