Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:45 +08:00
commit 49fbc9e417
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "playwright",
"description": "Browser automation and testing with Playwright via MCP server",
"version": "1.0.0",
"author": {
"name": "Playwright Team"
},
"mcp": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}