Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user