目前来看功能太简单了 无法传递docker部署的参数 像这个数据库部署出来只能容器内访问 无法暴露出来
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
14b1b7e70461 mysql:8.4.4 “docker-entrypoint.s…” 41 hours ago Up 41 hours 127.0.0.1:3306->3306/tcp, 33060/tcp 1Panel-mysql-bUmk
/ # npx playwright install
╔═══════════════════════════════════════════════════════════════════════════════╗
║ WARNING: It looks like you are running ‘npx playwright install’ without first ║
║ installing your project’s dependencies. ║
║ ║
║ To avoid unexpected behavior, please install your dependencies first, and ║
║ then run Playwright’s install command: ║
║ ║
║ npm install ║
║ npx playwright install ║
║ ���
║ If your project does not yet depend on Playwright, first install the ║
║ applicable npm package (most commonly @playwright/test), and ║
║ then run Playwright’s install command to download the browsers: ║
║ ║
║ npm install @playwright/test ║
║ npx playwright install ║
║ ║
╚═══════════════════════════════════════════════════════════════════════════════╝
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
/ #
MCP server安装不了playwright的依赖,这个ubuntu20.04-x64太旧了?