Skip to content

Commit 678561a

Browse files
committed
feat(config): 添加playwright命令配置到settings.json
1 parent 010fda2 commit 678561a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/gemini-cli/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"command": "npx",
2222
"args": ["mcp-remote", "https://gitmcp.io/{owner}/{repo}"]
2323
},
24+
"playwright": {
25+
"command": "npx",
26+
"args": [
27+
"@playwright/mcp@latest"
28+
]
29+
},
2430
"git": {
2531
"command": "uvx",
2632
"args": ["mcp-server-git"]

0 commit comments

Comments
 (0)