Files
gh-dkmaker-my-claude-plugin…/.claude-plugin/plugin.json
2025-11-29 18:22:45 +08:00

18 lines
339 B
JSON

{
"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"
]
}
}
}