end to end fix by Validating the plan

This commit is contained in:
lda
2026-05-12 18:59:55 +07:00 Verified
parent f90367d471
commit 6b696ff56a
4 changed files with 84 additions and 9 deletions
+4 -6
View File
@@ -14,17 +14,15 @@
}
},
{
"id": "serena.default",
"server": "serena",
"id": "playwright.default",
"server": "playwright",
"account": "default",
"enabled": true,
"metadata": {
"transport": "stdio",
"command": "serena",
"command": "pnpx",
"args": [
"start-mcp-server",
"--enable-web-dashboard=true",
"--project-from-cwd"
"@playwright/mcp@latest"
],
"env": {}
}