update mistral example

This commit is contained in:
Wendong
2025-05-22 00:35:37 +08:00
parent 88006b48e4
commit f1f2fb1397
4 changed files with 132 additions and 83 deletions

View File

@@ -2,8 +2,10 @@
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
"args": [
"@playwright/mcp@latest"
]
}
}
}
}