Update version to 0.0.47 in server.json (#1204)

This commit is contained in:
Joel Verhagen
2025-11-18 11:47:32 -05:00
committed by GitHub
parent 009aa9275b
commit 86e0020b4a

View File

@@ -8,15 +8,15 @@
"source": "github"
},
"websiteUrl": "https://github.com/microsoft/playwright-mcp",
"version": "0.0.46",
"version": "0.0.47",
"packages": [
{
"registryType": "npm",
"identifier": "@playwright/mcp",
"version": "0.0.46",
"version": "0.0.47",
"transport": {
"type": "stdio"
}
}
]
}
}