docs: remove Hungarian documentation files

This commit is contained in:
Do Siki
2025-09-04 23:43:48 +02:00
parent edfc39119a
commit 5ef5c2a0e9
3 changed files with 14 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--browser=",
"--headless=",
"--viewport-size="
]
}
}
}