fix: correct playwright MCP package name typo

Fix typo in playwright MCP server configuration where @playright/mcp
was incorrectly specified instead of @playwright/mcp, which would
cause installation failures.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ashigirl96
2025-07-23 01:41:34 +09:00
parent 0b2c9c6c7a
commit 572a11d82f

View File

@@ -43,7 +43,7 @@ class MCPComponent(Component):
"playwright": {
"name": "playwright",
"description": "Cross-browser E2E testing and automation",
"npm_package": "@playright/mcp@latest",
"npm_package": "@playwright/mcp@latest",
"required": False
}
}