18 lines
339 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |