config reload bug

This commit is contained in:
lda
2026-05-18 17:56:59 +07:00 Verified
parent 40f4d53352
commit 7605a5292d
5 changed files with 114 additions and 2 deletions
+3 -2
View File
@@ -19,12 +19,13 @@
"id": "playwright.default",
"server": "playwright",
"account": "default",
"enabled": false,
"enabled": true,
"metadata": {
"transport": "stdio",
"command": "pnpx",
"args": [
"@playwright/mcp@latest"
"@playwright/mcp@latest",
"--isolated"
],
"env": {}
}