mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-30 06:22:03 +00:00
23 lines
635 B
JSON
23 lines
635 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
"name": "com.microsoft/playwright-mcp",
|
|
"title": "Playwright",
|
|
"description": "Automate web browsers using accessibility trees for testing and data extraction.",
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/playwright-mcp",
|
|
"source": "github"
|
|
},
|
|
"websiteUrl": "https://github.com/microsoft/playwright-mcp",
|
|
"version": "0.0.54",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "@playwright/mcp",
|
|
"version": "0.0.54",
|
|
"transport": {
|
|
"type": "stdio"
|
|
}
|
|
}
|
|
]
|
|
}
|