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,12 +8,12 @@
"source": "github" "source": "github"
}, },
"websiteUrl": "https://github.com/microsoft/playwright-mcp", "websiteUrl": "https://github.com/microsoft/playwright-mcp",
"version": "0.0.46", "version": "0.0.47",
"packages": [ "packages": [
{ {
"registryType": "npm", "registryType": "npm",
"identifier": "@playwright/mcp", "identifier": "@playwright/mcp",
"version": "0.0.46", "version": "0.0.47",
"transport": { "transport": {
"type": "stdio" "type": "stdio"
} }