GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
Install Python
Install pip
Install pipx
Install uv
pip install playwright
pip install -U mcp mcp[cli] nest_asyncio playwright psutil --> installs the mcp
playwright install --> installs the drivers
mcp version
mcp dev
mcp run
mcp install .\mcpplaywrighttools.py
To setup server:
- Download and install python, pip
- download the required packages using the command: pip download fastapi uvicorn pydantic python-multipart
copy the above downloaded files to the server in a folder naming packages
Use the below command to install the packages locally after copying: pip install --no-index --find-links=\Packages python-multipart uvicorn fastapi